/rails-react-native-redux-sample

This is Rails + ReactNative + Redux sample.

Primary LanguageRubyMIT LicenseMIT

Rails ReactNative Redux Sample

This is Rails + ReactNative + Redux sample.

Structure

Usage

  1. git clone https://github.com/kouhei-fuji/rails-react-native-redux-sample.git && cd rails-react-native-redux-sample
  2. bundle install && bin/rails db:create db:migrate db:seed
  3. npm install
  4. iOS: npm run ios
  5. Android: npm run android (WIP)

Redux State

This app includes Remote Redux DevTools. You can see change flow of redux state on your browser or another way.

License

This library is under the MIT License.