Fork me on GitHub
#cljsrn
<
2021-08-29
>
thheller06:08:40

can anyone tell me how to configure which java version is used by react-native? there must be a setting right?

thheller07:08:33

(downgrade your JVM version is not an option)

thheller07:08:40

org.gradle.java.home in gradle.properties seems to do the trick

kennytilton11:08:26

A tip of the hat to the CLJS Marines establishing a beachhead on React Native for the rest of us. 👏 So, good MatrixRN progress with Helix thanks to @lilactown and @aiba's work, but battling with React versions proves to me that I cannot control my fate, and I want to be enterprise-suitable (and handle the beachhead stuff). Right now the only thing I can get to run is stuff Aaron has hand-crafted. It rocks but we need to be able to keep up with versions on our own. I just noticed Figwheel has extensive doc on setting up an RN project, which would get me a little closer to the action. I will start working though that, but would love to start with an existing Figwheel+RN "Hello world" project. Anyone know of such a beast? The Google fails me. 🙏

soxley13:08:06

I also am not finding one immediately. It might be quicker to just follow the Figwheel tutorial to get to a “hello world” project yourself.

kennytilton14:08:59

Bingo, @U0DATSMH6. 🙂 I was just dropping in to say that Just Worked(tm). 🎉 Hella-rare in my extensive experience with O/S and especially CLJS+RN. Kudos to @U064J0EFR! 👏

raspasov20:08:58

Last time I went through the instructions here, they worked as far as dev setup goes https://figwheel.org/docs/react-native.html I think any “hello world” template/project will be out of date pretty fast, since React Native/expo get new versions every few months or so. So probably better to go through the steps manually.

👍 1