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
Oliver George 2020-11-13T05:36:03.168400Z

anyone have a good link for doing app sharing well? me and react-native-share aren't seeing eye to eye.

lepistane 2020-11-13T14:24:54.168700Z

sorry i cant help but i am curious about the use case?

Oliver George 2020-11-14T02:05:09.168900Z

Oliver George 2020-11-14T02:06:44.169300Z

Sharing is some variety of "saving a photo" or "sending photo to a friend" or "sending a link to the sighting on the public site".

Oliver George 2020-11-14T02:07:53.169500Z

It works but I'm left feeling like I'm not using the APIs to their potential.

joshmiller 2020-11-15T18:06:08.170200Z

@olivergeorge I’ve been using react-native-share as well. It’s been fine for me but my use case is pretty limited and I’m only on iOS.

joshmiller 2020-11-15T18:06:51.170400Z

I don’t know a ton about Android, but I felt like RNS got me everything that was available for sharing, which just wasn’t a lot.

Oliver George 2020-11-15T23:12:34.170800Z

Thanks. I'd love to see a thumbnail in the share screen on iOS. I think it worked with a URL share but needs more to get a photo (media file) share.

Oliver George 2020-11-15T23:13:04.171Z

Also sharing to things like messenger... I'd love to see some text & the image.

Oliver George 2020-11-15T23:13:23.171200Z

Perhaps I'm expecting too much from a basic setup.