Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 712 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 712 Bytes

sounddrop-react

React Native Mobile Apps for SoundDrop

  1. Install React Native, and follow the instructions for the Android and iOS setup.

  2. Run the following command in the project directory

     npm install
    

For Android:

  1. Install Android Studio and SDK as detailed here

  2. Install Genymotion and start a device

  3. Run:

    react-native run-android

For iOS:

  1. Ensure you have XCode installed

  2. Run the following command in the project directory:

     open ios/SoundDrop.xcodeproj/
    
  3. Press command-R to run the project