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