Installation

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

      • Click run button to simulate

    • Opt #2:

      • Run react-native run-ios in your terminal

  • Run on Android

    • Make sure you have an Android emulator installed and running

    • Run react-native run-android in your terminal

Last updated