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
- Host: GitHub
- URL: https://github.com/locol23/react-native-expo-typescript-starter
- Owner: locol23
- Created: 2019-02-17T09:21:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T08:11:52.000Z (over 3 years ago)
- Last Synced: 2025-01-08T20:23:13.763Z (over 1 year ago)
- Topics: expo, react, react-native, reactjs, typescript
- Language: JavaScript
- Homepage:
- Size: 855 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
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
```