Skip to content

Boilerplate react native with redux, saga, immutable,...

Notifications You must be signed in to change notification settings

codetay/BoilerplateReactNative

 
 

Repository files navigation

Welcome to the Boilerplate React Native

How to build

  • Install react native https://facebook.github.io/react-native/docs/getting-started

  • Create new project npx react-native init <yourProjectName> --template react-native-template-typescript

  • Copy all file and folder to your project without package.json file

  • Copy dependencies from package.json to your package.json file

  • Install package npm install or yarn install(recommended)

  • Run your app react-native run-android/ios or npx react-native run-android/ios yarn-android/iosornpm run-android/ios`

About

Boilerplate react native with redux, saga, immutable,...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.6%
  • JavaScript 0.4%