trieuquang204 / react-native-template

Template project with Redux, Saga, ReactNavigation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Template

Description

  • Template 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.

Feature

  • 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.

Gif

default

About

Template project with Redux, Saga, ReactNavigation

License:MIT License


Languages

Language:JavaScript 80.1%Language:Java 5.6%Language:Ruby 5.5%Language:Starlark 4.5%Language:Objective-C 4.3%