Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loitd/rntypebaseexpo
React Native Template with Typescript, Native Base, Expo, Redux Saga
https://github.com/loitd/rntypebaseexpo
Last synced: about 1 month ago
JSON representation
React Native Template with Typescript, Native Base, Expo, Redux Saga
- Host: GitHub
- URL: https://github.com/loitd/rntypebaseexpo
- Owner: loitd
- Created: 2020-03-02T17:38:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T16:20:56.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T05:26:03.970Z (7 months ago)
- Language: TypeScript
- Size: 1.54 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RNTypeBase - A React Native 0.61.5 in TypeScript with Native-Base 2.13, Expo, Redux, Saga and React Navigation Template
## Description for RNTypeBase
* React Native 0.61.5 template in Typescript with Expo, Redux, Saga, React Navigation, Axios, NativeBase 2.13.8 made ready.## 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
* Expo can be set to be `public` or `unlisted`