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

https://github.com/kitconcept/react-native-starter


https://github.com/kitconcept/react-native-starter

Last synced: about 2 months ago
JSON representation

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
```