Artist look up React-native app using the Spotify Web API
In order to set up your development environment please go to react-native getting-started page
- Run in the terminal the following command
android avd
- Once the Android Virtual Device (AVD) Manager is opened. Select a Android Virtual Device of your choice if there is any listed and click
Start
. Otherwise, if there is no Android Virtual device just clickCreate
and follow the instructions to create a new Android Virtual Deviceaccording to your preferences. - After the emulator has opened then run in a second terminal window the following command
react-native run-android
- Run in the terminal
react-native run-ios