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

The 0.9 release seems to require an additional dependency in order for figwheel to work. This is the error we see in app when running with `lein figwheel ios`. ```...

Mike Fikes has a post showing how using the `:target :nodejs` can [help clean up interop](http://blog.fikesfarm.com/posts/2017-07-17-cleaner-clojurescript-react-native-interop.html). The problem with using `:target :nodejs` in the re-natal template is that it's not...

Hi, Can you please explain why we have following hard coded lines in re-natal.coffee: ``` findPackagerFileToPatch = () -> files = [ "node_modules/metro/src/Server/index.js", "node_modules/metro-bundler/src/Server/index.js", "node_modules/metro-bundler/build/Server/index.js", ``` While in package.json there...

The [wix/react-native-navigation](https://github.com/wix/react-native-navigation/) component seems to be the go-to solution for fully native navigation with ReactNative since NavigatorIOS was deprecated, but it has a [non-standard initialisation routine](https://wix.github.io/react-native-navigation/#/usage?id=step-1-change-the-way-your-app-starts) and doesn't have a...

Checking out the repo and performing the following results in a lock: ```sh re-natal init AppFuture cd app-future lein prod-build react-native eject # produces error about android/ios DIRs existing rm...

https://github.com/binaryage/dirac

I followed the directions in the readme and after `re-natal init TestApp` I get: `Command failed: node -e "require('react-native/local-cli/cli').init('.', 'TestApp')"`

Is it possible to disable figwheel with debug build? My app have separate applicationId on debug build and release build. I want to deliver debug build without figwheel to test...

I am not sure if is the right place for this question but I ll ask. I want to add the `PermissionsAndroid` class do I add it with `(r/adapt-react-class ....`...

~~This is the same issue as #99, but it appears to've shown up again. I've made a ticket for lein-figwheel here: https://github.com/bhauman/lein-figwheel/issues/616 describing the issue.~~ ~~Based on what I've heard,...