https://github.com/kitconcept/react-native-starter
https://github.com/kitconcept/react-native-starter
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kitconcept/react-native-starter
- Owner: kitconcept
- Created: 2018-02-09T11:35:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T18:11:38.000Z (about 5 years ago)
- Last Synced: 2025-03-09T23:32:10.762Z (over 1 year ago)
- Language: JavaScript
- Size: 637 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React-Native-Starter
Install expo-cli globally:
```
npm install -g expo-cli
```
Create new project:
```
expo init
cd react-native-starter
yarn start
```
# Install iOS Emulator
Install Xcode through the Apple app store.
Go to preferences, click on Components tab, install a simulator from the list.
# Start with Expo
Start Expo app:
```
yarn start
```