Skip to content

React Native Boilerplate configured with Navigation , State Management packages. Typescript support coming soon.

Notifications You must be signed in to change notification settings

xinhash/react-native-boss

Repository files navigation

react-native-boss

Platform Support

  • Android
  • IOS (coming soon)

New Features!

  • React v 16.4.1 (Also bumped "babel-preset-react-native" : "5.0.2")
  • React Native v 0.56.0
  • React Native Navigation v2

How to integrate/debug v2 Navigation

  • Follow official guide
  • Don't miss to add the command below in package.json
    "scripts": {
        ...,
        "run-android": "cd ./android && ./gradlew app:assembleDebug && ./gradlew installDebug"
    }
    

About

React Native Boilerplate configured with Navigation , State Management packages. Typescript support coming soon.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published