Dan Motzenbecker

Results 32 comments of Dan Motzenbecker

Currently only locked dimensions work (i.e. cubes), but I'll keep this issue open and look into it. In the meantime you could use CSS and tweak the `background-size` property of...

@rhacker Try updating to Natal 0.1.16 and run init with `--verbose`. You'll be able to see what the React installer is doing.

Are you using nvm? If so try upgrading nvm's version as well, as explained here: https://github.com/facebook/react-native/issues/3243#issuecomment-155677275

What version of Node do you have installed?

Are you using nvm? If so try upgrading nvm's version as well, as explained here: https://github.com/facebook/react-native/issues/3243#issuecomment-155677275

Do you see any runtime errors from Xcode? Does the compiled ClojureScript look ok in `target/out`? Does starting the Ambly REPL with `./start` find the simulator device? You should see...

Try updating to Natal 0.1.0 (`npm up -g natal`) and starting a new app (`natal init YourAppName`).

Any luck with the latest version?

Yeah there's a brief mention in the readme that running multiple instances at once will cause issues with the packager. The plan is to have Natal control the React packager...