Skip to content

Boilerplate react native with redux, saga, reanimated, immer,...

Notifications You must be signed in to change notification settings

gonexteam/BoilerplateReactNative

 
 

Repository files navigation

Welcome to the Boilerplate React Native

How to build

  • Install react native https://reactnative.dev/docs/getting-started
  • Create new project npx react-native init <yourProjectName> --template react-native-template-typescript
  • Copy all file to your project without package.json and preview.gif files
  • Modify your package.json :
    • Replace your script tag by my script tag
    • Append my dependencies tag to your dependencies tag
    • Replace your devDependencies by my devDependencies tag
  • Install package npm install or yarn or yarn yarn-ios(ios) (recommended)
  • Run your app npx react-native run-android/ios or yarn android/ios or npm run android/ios
  • Notes

  • Preview

About

Boilerplate react native with redux, saga, reanimated, immer,...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.0%
  • JavaScript 1.0%