🖍️
Instahood
  • Introduction · Social Theme
  • Technologies
  • Installation
    • Package Contents
    • React Native App
  • Guide
  • Customize
  • Theme (Dark / Light Mode)
  • Packages
Powered by GitBook
On this page

Was this helpful?

  1. Installation

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

PreviousPackage ContentsNextGuide

Last updated 5 years ago

Was this helpful?