Closed jkinggg closed 11 months ago
The demo doesn't support custom view, the goal is to have a project without opening xcode :)
But you can try to customise the view by your own :
yarn prebuild
to got the generated "ios" folderdiff -ur ios/ ios.backup/
and clean unnecessary updatesafter that we can look at what is needed to be implemented into a plugin. if you have something that other can use with small customization I would be happy to add it and create a PR on expo-config-plugin-ios-share-extension where the change belong
Hi all,
Instead of opening my app on share, I would like to have a custom view similar to what's available in the react-native-share-menu library (https://github.com/Expensify/react-native-share-menu/blob/master/SHARE_EXTENSION_VIEW.md).
Is something like this possible with this library using expo plugins? If someone could outline the high-level architecture of how it would work, I can attempt to build it and create a PR.
-Johnny