https://github.com/loitd/rntypebase
RNTypeBase - A React Native 0.61.5 in TypeScript with Native-Base 2.13, Redux, Saga and React Navigation Template
https://github.com/loitd/rntypebase
native-base react-native redux-saga
Last synced: 2 months ago
JSON representation
RNTypeBase - A React Native 0.61.5 in TypeScript with Native-Base 2.13, Redux, Saga and React Navigation Template
- Host: GitHub
- URL: https://github.com/loitd/rntypebase
- Owner: loitd
- Created: 2020-03-02T17:10:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:51:09.000Z (over 3 years ago)
- Last Synced: 2025-04-05T20:14:06.172Z (about 1 year ago)
- Topics: native-base, react-native, redux-saga
- Language: TypeScript
- Homepage: https://inneka.com
- Size: 14.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# RNTypeBase - A React Native 0.61.5 in TypeScript with NativeBase 2.13, Redux, Saga and React Navigation Template
## Description for RNTypeBase
* React Native 0.61.5 template in Typescript with Redux, Saga, React Navigation, Axios, NativeBase 2.13.8 made ready.
* Only plain React Native client, no expo here
## Author
* [inneka.com](https://inneka.com)
## 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
* Axios
* Redux Saga
* NativeBase 2
## Notes