Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duytq94/react-native-typescript-template
Template react native typescript project with Redux, Saga, React Navigation
https://github.com/duytq94/react-native-typescript-template
react-native react-navigation redux saga template typescript
Last synced: 3 months ago
JSON representation
Template react native typescript project with Redux, Saga, React Navigation
- Host: GitHub
- URL: https://github.com/duytq94/react-native-typescript-template
- Owner: duytq94
- Created: 2020-02-25T07:51:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-21T05:23:51.000Z (about 2 years ago)
- Last Synced: 2023-03-02T04:16:23.259Z (almost 2 years ago)
- Topics: react-native, react-navigation, redux, saga, template, typescript
- Language: TypeScript
- Homepage:
- Size: 15.6 MB
- Stars: 26
- Watchers: 2
- Forks: 12
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# React Native TypeScript Template
## Description
* Template react native typescript project 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
* Using typescript.
* Regularly update the library to the latest version.
* Routing with React Navigation (DrawerNavigator, StackNavigator).
* Fetch simple GitHub REST API with apisauce.
* Apply flow with Redux pattern.## Gifs
![default](gif/iosRecord.gif) ![default](gif/androidRecord.gif)