Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.13 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.13 KB

React Native Boilerplate

TypeScript + react-native-unimodules + react-native-navigation + react-i18next + zustand + Hermes + babel-plugin-module-resolver

Remember to replace all the reactnativeboilerplate to your project name.

Getting Started

  1. Clone this repo.

  2. Install Yarn, refer here.

  3. Install node modules with Yarn.

    yarn
    
  4. To run on Android device / emulator.

    yarn clean:android
    yarn android
    
  5. To run on iOS device / simulator.

    yarn clean:ios
    yarn ios (Simulator)
    yarn ios:deploy (Device)
    yarn ios:deploy "<your-device-ame>" (Specific device - When you have more than one device connected)
    

Well done!

Author

CodeDee

Contributor

stevechan3310
leesiongchan