cljsrn

Kodinak 2025-03-01T12:16:22.534899Z

I'm boostrapping a mobile app using rn-rf-shadow. Is it still a viable/recommended approach in 2025? https://github.com/PEZ/rn-rf-shadow

jba 2025-05-16T17:40:32.542339Z

Did you make progress @codeknight42 ? I am also going through the same experience. It's not easy to start. I tried PEZ repository, but I got issues with the dependency. Issues are showing when I build the apk with Expo. Now, I'm trying Romain's approach: https://github.com/pitch-io/uix/blob/master/docs/react-native.md. It seems more direct. The apk built on Expo is not working, but I have not investigated why yet.

Kodinak 2025-05-17T03:47:53.041069Z

@jba pivoted to Tauri + cljs. I have been keeping an eye on it but their mobile support was beta until recently. But I like it so far

jba 2025-05-17T04:34:10.212939Z

Oh okay

Roman Liutikov 2025-03-01T13:05:59.134849Z

If you are gonna target Android, I'd be cautious on using Reagent, since it introduces additional runtime overhead. RN apps on Android are very sensible to performance.

Roman Liutikov 2025-03-01T13:06:29.414859Z

You can try UIx https://github.com/pitch-io/uix/blob/master/docs/react-native.md

npx create-uix-app@latest MyApp --expo

👍 1
feng 2025-03-01T16:05:11.943359Z

how abouy krell?

Kodinak 2025-03-01T16:54:57.136619Z

Didn't try. Better?