alinz / react-native-share-extension

react-native as an engine to drive share extension
MIT License
762 stars 396 forks source link

Update README adding required details to enable URL sharing in iOS #148

Closed jvandenaardweg closed 4 years ago

jvandenaardweg commented 5 years ago

Updates the README with my findings on how to get the share extension to show up in; mobile Safari, other browser apps and apps that share URL's.

I'm using the latest iOS version (12.1.4) on my phone, don't know if that plays any role in this, but might be relevant to know.

I found out that the deployment target needs to be at 10.0 or lower. And the Info.plist needs some additional rules.

All explained here: https://github.com/alinz/react-native-share-extension/issues/111#issuecomment-474058630

Below the new image required for the README changes.

Screenshot 2019-03-19 07 11 52

Hope this helps others struggling with this, as it's kinda a pain in the ass to get it right using the README how it is now.