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
- Host: GitHub
- URL: https://github.com/blackboxvision/react-native-redux-todo
- Owner: BlackBoxVision
- License: mit
- Created: 2017-04-02T20:34:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T02:45:48.000Z (about 5 years ago)
- Last Synced: 2025-05-14T21:52:06.575Z (about 1 year ago)
- Topics: android, ios, navigation, persistence, react, react-native, redux
- Language: JavaScript
- Homepage:
- Size: 5.15 MB
- Stars: 10
- Watchers: 5
- Forks: 5
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.