bakery / baker

Mobile MVP Toolkit
http://baker.thebakery.io/
MIT License
104 stars 17 forks source link

just a blank screen that says "App" and doesn't have a margin on ios #75

Closed jcollum closed 8 years ago

jcollum commented 8 years ago

After cloning the repo and installing (it all went fine).

Step 0:

git clone https://github.com/thebakeryio/baker.git indraNine
cd indraNine && npm install && npm run setup 

Setup runs fine.

Step 1:

$ npm run server

> baker@1.2.1 server /Users/collumj/research/indraNine
> npm run mongo && ./node_modules/.bin/baker run --forever --node_dev ./server/src

> baker@1.2.1 mongo /Users/collumj/research/indraNine
> baker mongo

  ◝ Starting a MongoDB deployment to test against...server running on port 8000

Step 2:

$ npm run ios

> baker@1.2.1 ios /Users/collumj/research/indraNine
> cd app && react-native run-ios

Found Xcode project IndraNine.xcodeproj
Launching iPhone 6 (iOS 10.0)...
Building using "xcodebuild -project IndraNine.xcodeproj -scheme IndraNine -destination id=9778FCC1-5BF9-4329-AFA8-CCC0BE5F7293 -derivedDataPath build"
User defaults from command line:

[etc...]

** BUILD SUCCEEDED **

Installing build/Build/Products/Debug-iphonesimulator/IndraNine.app
Launching org.reactjs.native.example.IndraNine
org.reactjs.native.example.IndraNine: 38306

Simulator starts up. This is what it looks like:

image

Is there supposed to be something more than that? Killing the simulator and restarting it had no effect.

jcollum commented 8 years ago
$ versions
npm 3.10.8
node v6.9.1
OS Darwin [---] 15.6.0 Darwin Kernel Version 15.6.0: Thu Jun 23 18:25:34 PDT 2016; root:xnu-3248.60.10~1/RELEASE_X86_64 x86_64
callmephilip commented 8 years ago

That's all there is to it. You add the rest

On Nov 26, 2016 10:06 PM, "Justin Collum" notifications@github.com wrote:

$ versions npm 3.10.8 node v6.9.1 OS Darwin [---] 15.6.0 Darwin Kernel Version 15.6.0: Thu Jun 23 18:25:34 PDT 2016; root:xnu-3248.60.10~1/RELEASE_X86_64 x86_64

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bakery/baker/issues/75#issuecomment-263088713, or mute the thread https://github.com/notifications/unsubscribe-auth/AAeB-SDwOKQG2SPdC5V6aAe2RDEFzZVWks5rCK1MgaJpZM4K9AMW .

jcollum commented 8 years ago

Well that screenshot doesn't make me think it went right.

Even the basic react-native generator gives you a nice welcome screen.