Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 simulator

1. 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