Skip to content

Latest commit

 

History

History
executable file
·
13 lines (11 loc) · 429 Bytes

readme.md

File metadata and controls

executable file
·
13 lines (11 loc) · 429 Bytes

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