re-natal icon indicating copy to clipboard operation
re-natal copied to clipboard

Bootstrap ClojureScript React Native apps

Results 60 re-natal issues
Sort by recently updated
recently updated
newest added

If I type ```re-natal use-figwheel react-native-keyboard-manager``` because I'm confusing use-figwheel with use-component, re-natal should fail to continue because too many args were passed.

All repos built with re-natal seem to be left with the same stub test file which just returns false - and is authored in clojure, rather than cljs. Is there...

I'm facing an annoying issue with WebViews. When using figwheel, each time I save (and thus hot reload the app) all webviews in my app are "refreshed". It's not the...

It seems odd to me that the initial UI in the project template is duplicated for android and iOS rather than showing off the cross-platform nature of React Native. I...

Hey! Thanks for this great project. I adapted the code to use in https://exponentjs.com/ (allows you to publish react-native apps for browsing on both ios and android). Everything works: code...

Not having much luck getting going with this. I'm on a fully updated OSX Sierra system. ``` $ re-natal init reNatalReagent6 -i reagent6 Creating reNatalReagent6 ☕ Grab a coffee! Downloading...

Hi, I have not been able to use the debug in chrome functionality if I am running on the device, but works when running from simulator. Is this a known...

## Stack Trace ``` 107608 ms: Mark-sweep 1360.1 (1435.2) -> 1360.1 (1435.2) MB, 2453.1 / 0.0 ms [allocation failure] [GC in old space requested]. 110077 ms: Mark-sweep 1360.1 (1435.2) ->...

I don't know if this is known, but: - start new project via `re-natal init` - `re-natal use-android-device genymotion` - `re-natal use-figwheel` - start figwheel as `(start-figwheel "ios" "android")` -...

Hey there! Thanks so much for such a cool project :) I've been looking to try out ClojureScript and Reagent/Re-frame on a fun project, and this seemed like a great...