Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)