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

https://github.com/locol23/react-native-expo-typescript-starter

A boilerplate of React Native using expo and TypeScript
https://github.com/locol23/react-native-expo-typescript-starter

expo react react-native reactjs typescript

Last synced: 3 months ago
JSON representation

A boilerplate of React Native using expo and TypeScript

Awesome Lists containing this project

README

          

# React Native Boilerplate

A Boilerplate of React Native using Expo and TypeScript

# Setup

```
brew install yarn
brew install watchman
git clone https://github.com/locol23/react-native-expo-typescript-starter.git
cd
```

# Development

```
yarn
yarn start
```