An open API service indexing awesome lists of open source software.

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

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/)

![](screenshot.png)