Install Expo on your iOS or Android device.
Before running the application we need to install the dependencies using npm install. After that we can start the applicatio using npm start
.
$ npm install
$ npm start
Finally, both the ios/android device need to be connected to the same network. Then through expo the application can be downloaded to the device.