Fork me on GitHub
#cljsrn
<
2020-07-14
>
benny17:07:07

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

benny17:07:56

Ripple is an export of TouchableNativeFeedback

benny18:07:27

I guess it’s a static member