React Native Mobile Apps for SoundDrop
-
Install React Native, and follow the instructions for the Android and iOS setup.
-
Run the following command in the project directory
npm install
For Android:
-
Install Android Studio and SDK as detailed here
-
Install Genymotion and start a device
-
Run:
react-native run-android
For iOS:
-
Ensure you have XCode installed
-
Run the following command in the project directory:
open ios/SoundDrop.xcodeproj/
-
Press command-R to run the project