8000 GitHub - hcchien/bunkobon
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hcchien/bunkobon

 
 

Repository files navigation

bunkobon

fork from RN-NavigationExperimental-Redux-Example with following changes:

  1. working with latest React-Native NavigationExperimental API (version 0.28 At the time of writing)
  2. HMR for reducers
  3. integrate ESLint. ESLint ruels follows fbsamples/f8app
  4. integrate ESLint with lint-staged and pre-commit
  5. use Redux Ducks for easier maintaining action creators/reducers/constants.
  6. integrate redux-api-middleware
  7. integrate remote-redux-devtools

getting started

make sure you go through all the steps in Getting Started guide

$ npm install

for iOS

$ react-native run-ios 

for Android

$ react-native run-android
$ adb reverse tcp:5678 tcp:5678  # to enable redux developer tool

screenshots

ios screenshot android screenshot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.5%
  • Objective-C 20.0%
  • Python 6.3%
  • Java 4.2%
0