Installation
After your system matches the previous requirement, you can not ready to build and run the application.
1-Installing Dependencies
Navigate to 'GemiBot' folder.
In terminal/command prompt window.
Run the following command.
npm install
# or with yarn
# yarn install
2-Start React Native Cli server
npm start
# you can also use npm or yarn
# npm start
3-Run project in Simulators
A) For Android
run following command in terminal and it will run on simulator or on your device if you have connected using USB.
npm run android
B) For iOS
run following command in terminal and it will run on simulator or on your device if you have connected using USB.
npm run ios
4-You're Done
now you can start using the application without any problems
5-Demo Video
If everything is configured properly then the app will run on simulator or on your device
If you're facing any problems please consider contacting us here.
Last updated
Was this helpful?