Skip to content

czars/react-native-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this repository for?

  • ヽ( ° ▽°)ノ

How do I get set up?

  • go to Project folder
  • $brew install node
  • $brew install watchman
  • $brew update && brew cask install react-native-debugger
  • $npm install -g yarn
  • $yarn global add react-native-cli
  • $yarn

iOS

  • $sudo gem install cocoapods
  • $cd ios/ && pod install && cd ..
  • $yarn run ios

Android

  • export Android sdk path in your shell config file
export ANDROID_HOME=~/Library/Android/sdk
export PATH=${PATH}:${ANDROID_HOME}/platform-tools/
export PATH=${PATH}:${ANDROID_HOME}/tools/
  • $yarn run android-staging
Android build options:
- android-dev
- android-staging
- android-prod
  • remember to permit the permission drawing over other apps

Web

  • $npm install react-native-web webpack-shell-plugin
  • $npm install -g nwb electron
  • $nwb react run index.web.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 78.6%
  • Objective-C 12.9%
  • Java 4.6%
  • Python 2.8%
  • Ruby 1.1%