Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duytq94/react-native-hook-template
Template project use fully Hook with Redux, Saga, React Navigation
https://github.com/duytq94/react-native-hook-template
hook react-native react-navigation redux saga template
Last synced: 3 months ago
JSON representation
Template project use fully Hook with Redux, Saga, React Navigation
- Host: GitHub
- URL: https://github.com/duytq94/react-native-hook-template
- Owner: duytq94
- License: mit
- Created: 2020-02-27T10:36:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T00:54:54.000Z (about 2 years ago)
- Last Synced: 2023-03-02T04:16:22.406Z (almost 2 years ago)
- Topics: hook, react-native, react-navigation, redux, saga, template
- Language: JavaScript
- Homepage:
- Size: 10.6 MB
- Stars: 12
- Watchers: 1
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# React Native Hook Template
## Description
* Template project use fully Hook with Redux, Saga, React Navigation.## How to run
* Clone this project.
* At root directory run `npm install` to install the dependencies.
##### Android
* Run `react-native run-android` to run on Android devices
##### iOS
* Run `cd ios/ && pod install`.
* Then run `react-native run-ios` to run the project on iOS devices or run through Xcode.## Features
* Use fully Hook.
* Apply flow with Redux pattern.
* Routing with React Navigation (DrawerNavigator, StackNavigator).
* Fetch simple GitHub REST API with apisauce.
* Regularly update the library to the latest version.## Gifs
![default](gif/recordScreen.gif)