- Open the /ios/YoutubeDownPlayer.xcodeproj file in Xcode
- Select the iOS simulator then press the Play (triangle) icon at the top left
- From terminal, run
android avd
. This will open the Android Virtual Device Manager. Select a device to open. - In a new terminal window, enter the root directory of the project, then run:
react-native run-android
- iOS - CMD + D
- Android - CMD + M
- iOS - CMD + R
- Android - Double tap R on your keyboard
- Generate the Icons
- iOS - Place the contents into:
/ios/YoutubeDownPlayer/Images.xcassets/AppIcon.appiconset
- Android - Place the contents into:
/android/app/src/main/res/mipmap-*/ic_launcher.png
- iOS - Place the contents into: