An open API service indexing awesome lists of open source software.

https://github.com/blackboxvision/react-native-redux-todo

:iphone: An example todo mobile app built with react-native + redux + asyncstorage
https://github.com/blackboxvision/react-native-redux-todo

android ios navigation persistence react react-native redux

Last synced: 12 months ago
JSON representation

:iphone: An example todo mobile app built with react-native + redux + asyncstorage

Awesome Lists containing this project

README

          

# React Native Redux Todo
> :iphone: Showcase React Native Todo App

## About

This App is a sample showcase of how to build a React Native app that supports:
- I18n/I10n
- Navigation
- State Management
- Persistence
- Theming

## App Stack

The app is built with the following libraries:
- i18next (**I18n/I10n**)
- react-navigation (**Screen Management**)
- redux (**State management**)
- redux-storage (**Persistence**)
- native-base (**Top level components using React Native building blocks**)

## Screenshots

Here we have some app screenshots:

### IOS





### Android





## Issues

If you found a bug, or you have an answer, or whatever. Please, open an [issue](https://github.com/BlackBoxVision/react-native-redux-todo/issues).

## Contributing

Of course, if you see something that you want to upgrade from this project, or a bug that needs to be solved, **PRs are welcome!**

## License

Distributed under the **MIT license**. See [LICENSE](https://github.com/BlackBoxVision/react-native-redux-todo/blob/master/LICENSE) for more information.