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
- Host: GitHub
- URL: https://github.com/benslabbert/react-native-first-project
- Owner: BenSlabbert
- Created: 2017-12-26T19:33:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T19:20:14.000Z (about 2 years ago)
- Last Synced: 2025-02-12T15:48:10.837Z (over 1 year ago)
- Language: JavaScript
- Size: 1.37 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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`