Closed achorein closed 8 months 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
yarn install yarn build yarn build:plugin
cd example yarn install yarn prebuild yarn ios
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
https://github.com/timedtext/expo-config-plugin-ios-share-extension/pull/11#issuecomment-1958461473
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