From 9a5c7c8626c7951bcf5c1bfb449f1346fbf59d3c Mon Sep 17 00:00:00 2001 From: Spencer Carli Date: Thu, 19 Nov 2015 20:00:13 -0500 Subject: [PATCH] Update readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72af443..632b1ec 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,16 @@ A demo of React Native interacting with a Meteor backend. The goal of this proje You'll need two terminal windows to run this example. 1. In terminal window 1 run `cd meteor-todos/ && meteor` -2. In terminal window 2 run `cd ReactNativeTodos/ && npm install && npm run app` +2. In terminal window 2 run `cd ReactNativeTodos/ && npm install && npm run ios` 3. After the npm dependencies are installed Xcode should open. You can then press the play button in the top left of Xcode and the iOS simulator should open. ## Changes made to the Meteor Todos Example I wanted to minimize the number of changes I made to the example provided by Meteor (created by running `meteor create --example todos`). The only addition I made was adding a few Meteor methods in `meteor-todos/lib/methods.js`. + + +## Android Support + +The app builds on Android but that is the extent of my testing with it. Please feel free to test, fix, and contribute back. + +You can use on android by running `npm run android` inside the `ReactNativeTodos` folder. Make sure to run `npm install` first.