timedtext / expo-config-plugin-ios-share-extension

An Expo config plugin to auto-configure iOS Share Extension.
78 stars 13 forks source link

feat: add native module to handle all content types #12

Closed achorein closed 8 months ago

achorein commented 1 year ago

This PR add an iOS native module to handle all content types, it follow expo instruction here https://docs.expo.dev/modules/config-plugin-and-native-module-tutorial/

This PR mainly wrap @ajith-ab work from react-native-receive-sharing-intent into an expo compatible module.

TODO

TEST

achorein commented 8 months ago

Hello there, I finally worked on a separate native module to unify the iOS and Android part in a single package. Still in beta but you can find it here : https://github.com/achorein/expo-share-intent

timedtext commented 8 months ago

https://github.com/timedtext/expo-config-plugin-ios-share-extension/pull/11#issuecomment-1958461473