Installation
After your system matches the previous requirement, you can not ready to build and run the application.
1-Installing Dependencies
npm install
# or with yarn
# yarn install2-Start React Native Cli server
npm start
# you can also use npm or yarn
# npm start3-Run project in Simulators
A) For Android
npm run androidB) For iOS
4-You're Done

5-Demo Video
Last updated