Skip to content

Simple setup to get started with react native development easier and faster.

Notifications You must be signed in to change notification settings

codyteng/react-native-boilerplate

 
 

Repository files navigation

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

About

Simple setup to get started with react native development easier and faster.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 24.1%
  • Ruby 19.0%
  • Java 17.7%
  • TypeScript 17.6%
  • Python 12.4%
  • JavaScript 9.2%