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

https://github.com/benslabbert/react-native-first-project

first prject with react native
https://github.com/benslabbert/react-native-first-project

Last synced: about 1 year ago
JSON representation

first prject with react native

Awesome Lists containing this project

README

          

# react-native-first-project
first prject with react native

To start:

`cd` into project

`npm install`

run Metro builder:

`react-native start --port=8081`

run the emulator (android)

`react-native run-android`

Note:

Development is for Android, to make the iOS index file:

`ln -s index.js index.ios.js`