Skip to content

aaronvb/react-native-redux-example

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
ios
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.