cljsrn

https://github.com/drapanjanas/re-natal | https://github.com/drapanjanas/re-natal/wiki/FAQ | https://github.com/condense/mercury-app/wiki | https://github.com/seantempesta/expo-cljs-template/ https://www.npmjs.com/package/create-expo-cljs-app
benny 2020-07-14T17:52:07.026900Z

can someone please help me figure out how to get the ripple background translated from javascript? i have the following starting, but not sure how to destructure out of it

(def touchable-native-feedback (reagent/adapt-react-class rn/TouchableNativeFeedback))
https://reactnative.dev/docs/touchablenativefeedback

benny 2020-07-14T17:54:56.027200Z

Ripple is an export of TouchableNativeFeedback

benny 2020-07-14T18:20:27.027400Z

I guess it’s a static member

2020-07-14T22:22:43.027600Z

I think @bhauman’s docs for figwheel main (https://figwheel.org/docs/react-native.html) looks awesome but I haven’t actually used them yet so can’t vouch for the overall experience.

2020-07-14T22:25:31.027900Z

If you’re really devoted this might be possible but be prepared to run into problems where you need to dig deep into what’s going on in the cljs build system, javascript code and the build systems of Android and iOS. It’s currently not as smooth a ride as it is to use cljs for the web. Hopefully we can get there in the future!