Fork me on GitHub
#cljsrn
<
2018-03-14
>
joshmiller23:03:21

Has anyone had any luck writing share extensions in cljs+RN? I’m trying to use https://github.com/alinz/react-native-share-extension but no dice.

joshmiller23:03:16

I’ve written a simple view, and tried to register that in the app-registry with the share extension’s name, but it doesn’t display when I trigger the share.

grounded_sage23:03:58

What is everyone’s opinion on writing React Native code? Renatal or exponent?

joshmiller23:03:09

When I try to just run the share extension it says that the component isn’t registered, which seems pretty wrong, but I don’t know how to go about debugging it all.