boot-react-native icon indicating copy to clipboard operation
boot-react-native copied to clipboard

Better development experience with ClojureScript and React Native

Results 14 boot-react-native issues
Sort by recently updated
recently updated
newest added

I very crudely rewrote the `goog.require` in all the js-files to `require` and changed the output folder to `cljs_output` instead. Not very pretty but I sorted out the performance hit...

Right now, the patch-rn boot task depends upon bash. In a Windows development environment, running the patch-rn task in PowerShell will fail with the error message `Cannot run program "bash":...

[re-natal](https://github.com/drapanjanas/re-natal) supported [react-native-windows](https://github.com/Microsoft/react-native-windows).

When I updated to RN 0.39.0 my changes in the code are not visible anymore, this is probably the issue: https://github.com/facebook/react-native/issues/11301 A possible solution would be to not have the...

the function fakeLocalStorageAndDocument https://github.com/mjmeintjes/boot-react-native/blob/99f656e86740b13695fc1ff3d86cdbcadfdede62/resources/mattsum/boot_rn/js/goog_base.js#L49 is interfering with firebase's connection to the server. Is there a way to exclude this from the build?

Steps to reproduce: 1. Same steps for simulator except `react-native run-ios` 2. Go to xcode, set up to appropriate credentials and ios version 3. Run. Results in the error below...

@pesterhazy helped me get past all of this and asked if I'd write up some of the roadblocks as an issue, so here goes. Following the guidance here http://presumably.de/boot-react-native.html npm...

It works to fire up a REPL, but when one reloads the app the error `Websocket REPL error: occupied` shows up. To resolve this one has to restart the boot...

In https://github.com/pesterhazy/boot-react-native/tree/develop, source maps seem to be broken. Anytime there's an exception, I get a message in the logs: ``` [6:27:58 PM] symbolicate (1140ms) Error: Found a source and line,...

When using boot-react-native for a longer time, `~/.boot/cache/tmp` fills up, quickly reaching 10G. I'm guessing there's a `tmp-dir` that is not being cleaned up properly.