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

Recently ran into this issue where I needed to configure figwheel after starting from `lein repl`. Wondering if this commit is okay to merge.

If you use `:foreign-libs` you will encounter an issue with `goog.nodeGlobalRequire is not a function` that is evidently related to `:target :nodejs` introduced with 0.9.0. Repro: `src/aaa.js`: ```javascript function AAA()...

Tests need to be done for contributing. Testing modules should be available. CI integration tests are also required.

Greetings i have a problem with generating working apk. i am using `re-natal - 0.10.0` `react-native-cli: 2.0.1` `react-native: 0.57.7` `node v11.12.0` `npm 6.7.0` these are the steps i use to...

Running xcode 10.1, re-natal 0.10.0. Steps to reproduce: ``` re-natal init testapp -i reagent6 lein prod-build re-natal xcode ``` - Now in the xCode window set the required build signing...

Caused by this line: https://github.com/drapanjanas/re-natal/blob/725a7ffe99f60f90814b7de7cf1591f27b9d828f/resources/figwheel-bridge.js#L205 When debugging remotely, `isChrome()` returns true and host is set to localhost (which doesn't work on a real device).

when I tried to run the re-natal, they inform me that using gradle daemon is possibly build that faster ` This build could be faster, please consider using the Gradle...

Has anyone else had issues with the animation for `onRefresh` or `RefreshControl`? It doesn't seem to be caused by rendering performance issues having to do with rendering large amounts of...

Starting a project seems to come with two errors. The first one I managed to solve with the power of DuckDuckGo: change android plugin version from 2.2.3 to 2.3.3 using...

when i using js/require import react-native-loading-spinner-overlay 1.0.1 and through reagent adapt-react-class and using it, i got the "invariant violation element type is invalid expected a string but got object" error,...