React Native Supermart application
- Clone the repo
- npm install
- Setup .env file at root of project
- #variables to generate REST API URL. -> eg http://192.168.0.101:5555/api
REST_API_SERVER=192.168.0.101
PORT=5555
BASE=api
expo start
(ornpx expo start
)
(Note: when .env file is changed restart the server using npx expo start --clear
https://www.youtube.com/watch?v=EzeHO7fMf7g
https://bobbyhadz.com/blog/react-native-viewproptypes-has-been-removed-from-react-native