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

I'm having several issues with re-natal, after bypassing some of them I encountered such in node process which fires up after `npx react-native run-android`. I'm almost there, vanilla react-native works...

Windows 10/Msys2 with Android 7.0 Real device. lein figwheel android works, but then I am using cider and want to have REPL in my editor. So I tried to start...

I'm using the react-native-camera/RNCamera component in reagent. I import it like so: ``` (def camera (js/require "react-native-camera/RNCamera")) ``` and use it like so: ``` [view [camera]] ``` But I get...

Running lein figwheel ios, and then (start-figwheel "ios") gives the following warning (on Catalina): ``` ---- Compiler Warning on line:1 column:2 ---- Use of undeclared Var cljs.user/start-figwheel 1 (start-figwheel "ios")...

This issue got raised here: https://github.com/drapanjanas/re-natal/issues/225 and here: https://github.com/drapanjanas/re-natal/issues/198 The extra '=', raises an error, hence the removal.

**Symptoms** - Android JS files are configured using `re-natal use-android-device avd && re-natal use-figwheel` - Without remote debugging enabled, application loads in emulator normally - When you enable remote debug,...

Steps to repeat * `re-natal init FutureApp` * `cd future-app` * `lein advanced-build` * `react-native run-ios --configuration Release` Expect: Should build successfully and start running in simulator Actual: App crashes...

If you require `goog`, reloading will break with an error indicating ``` Namespace "my_app.ios.core" already loaded ``` error message. Repro: Set up fresh project using `re-natal init FutureApp` and go...

Seems like the android and ios emulator are pretty slow, is there a way to run figwheel in the browser to do a majority of the development (outside of the...

### Summary `:jvm-opts` in `proj.clj` contains an extra `=` in `--add-modules=java.xml.bind` that results in the following error when run `lein prod-build`. ``` java.lang.module.FindException: Module java.xml.bind not found ``` ### Context...