clj-rn icon indicating copy to clipboard operation
clj-rn copied to clipboard

A utility for building ClojureScript-based React Native apps

Results 4 clj-rn issues
Sort by recently updated
recently updated
newest added

I just released https://github.com/bhauman/react-native-figwheel-bridge on npm It is the result of re-thinking the interface and ensuring that it works on figwheel and figwheel-main.

In status-react we are using similar build configs in `clj-rn.conf.edn` and `build.clj`. The first one seem to be used for the `watch` task and the second one for `compile` and...

Current environment abstraction is quite rigid and introduces some duplication. Introduce a new abstraction that can be programmatically manipulated and hides most a the file to developers.

At the moment i have to run `tail -F figwheel_server.log` to check if figwheel finished with compilation for particular platform or not. As soon as we would have web dashboard...

enhancement