React Native App

Social Theme

Run the following commands on your terminal to setup Instahood React Native Theme on your system.

Installation

  • Install packages

    cd SocialApp
    npm 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