https://github.com/matsmaker/react-native-boilerplate
React native typescript boilerplate
https://github.com/matsmaker/react-native-boilerplate
boilerplate expo mobile-app mobile-development react-native react-navigation redux typescript
Last synced: 5 months ago
JSON representation
React native typescript boilerplate
- Host: GitHub
- URL: https://github.com/matsmaker/react-native-boilerplate
- Owner: MatsMaker
- Created: 2019-10-15T07:13:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T14:47:40.000Z (over 3 years ago)
- Last Synced: 2025-04-02T14:52:11.825Z (about 1 year ago)
- Topics: boilerplate, expo, mobile-app, mobile-development, react-native, react-navigation, redux, typescript
- Language: TypeScript
- Homepage:
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React native typescript boilerplate
## Start:
- you must have [`expo-cli`](https://docs.expo.io/versions/latest/introduction/installation/)
- clone this repo
- install dependency
- and then start
```
npm start
```
## Also you can use
- [Android Studio Emulator](https://docs.expo.io/versions/v35.0.0/workflow/android-studio-emulator/)
- [iOS Simulator](https://docs.expo.io/versions/v35.0.0/workflow/ios-simulator/)
- [React Native Debugger](https://github.com/jhen0409/react-native-debugger)
- [More about Debugging](https://docs.expo.io/versions/v35.0.0/workflow/debugging/)
## Using:
- [Expo](https://expo.io/) SDKv35
- [TypeScript](https://www.typescriptlang.org/)
- [Redux](https://redux.js.org/)
- [React native](https://facebook.github.io/react-native/)
- [React Navigation](https://reactnavigation.org/docs/en/glossary-of-terms.html)
- [prettier](https://prettier.io/)
- [tslint](https://palantir.github.io/tslint/)
