natal
natal copied to clipboard
📲 Bootstrap ClojureScript React Native apps
These are required deps and versions: ``` sh natal init TestApp --interface om-next Creating TestApp Creating Leiningen project Updating Leiningen project Creating React Native skeleton ``` ``` ❯ node -v...
I'm running into the following issue when trying to get started with Natal: ``` $ natal init nadal Creating nadal Creating Leiningen project Updating Leiningen project Creating React Native skeleton...
Is this by design? Ideally I'd like to be able to make a change in any namespace and have it hot reloaded in my simulator. Is that possible?
Got the following popup when running: natal init FutureApp --interface om-next /Users/don/src/react-native/future-app/native/node_modules/react-native/packager/packager.js:15 const fs = require('fs'); ^^^^^ SyntaxError: Use of const in strict mode. at Module._compile (module.js:439:25) at Object.Module._extensions..js (module.js:474:10)...
i tried following similar steps to my wiki entry for emacs/cider but i wasn't able to succeed. i can connect but I can't eval the entire core.cljs file without error....
I was changing source to cause the recompiles below. The problem is right near the end when I did `:cljs/quit`: ``` orion:Desktop mfikes$ cd foo-bar/ orion:foo-bar mfikes$ natal repl Starting...
``` codebuild -workspace native/ios/NatalTest.xcworkspace -scheme NatalTest -destination platform='iOS Simulator',OS=latest,id='DFAD3D65-1F5C-4380-921A-4EEEB3F3D53E' test ``` Gives: ``` [...] === BUILD TARGET NatalTestTests OF PROJECT NatalTest WITH CONFIGURATION Debug === Check dependencies Nov 22 22:10:21...
Really excited about Natal! I'm wondering if perhaps the versioning is out of sync, because I see the name of my app flash briefly, then briefly the instructions from `index.io.js`,...
(I've been doing little "spike" projects to get the feel of different features and components. There's a gotcha when you do this. I'm noting here in case it helps someone...
If I press Ctrl+Cmd+Z and enable Chrome Debugging, I get the default "Welcome to React Native!" page in the simulator, and it seems I am not running the Om-driven app...