Installation
Install packages
cd instaApp npm install cd ios && pod install
Run on iOS
Opt #1:
Open the project in Xcode from ios/SocialApp.xcodeproj
ios/SocialApp.xcodeproj
Click run button to simulate
run
Opt #2:
Run react-native run-ios in your terminal
react-native run-ios
Run on Android
Make sure you have an Android emulator installed and running
Android emulator
Run react-native run-android in your terminal
react-native run-android
Last updated 5 years ago
Was this helpful?