Directory dedicated to Mobile App of FeedGet project.
The web project was developed using React Native.
* To run this project, you must install the dependencies listed in the main README.md located in the root directory. You can run the web project locally from the root directory or by running it here.
* After installing the dependencies, you can run the project by the commands listed below.
If you running expo in your smartphone by Expo Go, set this variable with the IP of machine where you backend is running. For example:
API_URL=http://192.168.0.14:3333
Because if you set localhost
, the smartphone will not found the backend.
npm run start
npm run android
npm run ios