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
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.
@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
Oh okay
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.
You can try UIx https://github.com/pitch-io/uix/blob/master/docs/react-native.md
npx create-uix-app@latest MyApp --expohow abouy krell?
Didn't try. Better?