Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thescientist13/reactnativepoc
An React Native (POC) project
https://github.com/thescientist13/reactnativepoc
Last synced: 9 days ago
JSON representation
An React Native (POC) project
- Host: GitHub
- URL: https://github.com/thescientist13/reactnativepoc
- Owner: thescientist13
- Created: 2016-11-22T02:12:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-23T02:24:24.000Z (almost 8 years ago)
- Last Synced: 2024-04-13T18:41:15.187Z (7 months ago)
- Language: Objective-C
- Size: 132 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-poc
## Overview
Sample project based on [React Native]() default starter template, following this tutorial
- https://facebook.github.io/react-native/docs/getting-started.html#content## Setup
1. Make sure you have [NodeJS](https://nodejs.org/) installed
2. Make sure you have [Brew](http://brew.sh/) and [Watchman](https://facebook.github.io/watchman/) installed
3. Install the React Native CLI by running `npm install -g react-native-cli`
4. Run `npm install`
5. Test the setup by running `npm run start`. You should the package manager running on _localhost:8081_For targetting iOS or Android choose the appropriate choices from the getting started guide
https://facebook.github.io/react-native/docs/getting-started.html## Tasks
### Local Development
Run `react-native run-ios`**Note: if you get an error like**
> Cound't find iPhone 6 simulator1. Open the Simulator App
2. Goto Hardware -> Device -> Manage Devices
3. Add a new Simulator
4. Choose Type of iPhone 6### Building for a platforms
TODO### Local Simulator
TODO