Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 398 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 398 Bytes

Jagnawaterworksystem Mobile App

Installing

npm install react-native link

Run IOS& Android

for android > react-native run-android for ios > react-native run-ios

Notes

Run the server first https://github.com/vlade2008/jagnawaterworkssystem-api

How to connect the server

Open file LoginScreen.js this.state = { .... host:'youripaddres' // example 192.168.1.1

}