Skip to content

aaronvb/react-native-redux-example

Repository files navigation

React Native Redux Example

This is a simple and minimal way to integrate Redux into a React Native project - based on the examples in the Redux docs. Also included in the example is a ListView that uses the Redux store.

Features

  • ListView and Redux example
  • Add and remove Items to ListView
  • Redux Logger
  • Eslint config

Preview

redux-example

Todo

  • Update tests

Note

There are deprecation warnings with the upcoming React 16, that seem to be not related this app.