-
Install Android SDK or Xcode (depending on a target platform). For more info see Getting Started section.
-
Install Node.js
- on OSX use homebrew
brew install node
- on Windows use chocolatey
choco install nodejs
- on Debian based linux use
apt-get install nodejs npm
- or using nvm
- on OSX use homebrew
-
Install react-native
npm install -g react-native-cli
-
Go to the root folder
cd Introvert
-
Install local dependence:
yarn install
-
Start the application
react-native run-android
or
react-native run-ios
yarn bump