mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
at verify-code 22 lines 648 B view raw view rendered
1# Share extension plugin for Expo 2 3This plugin handles moving the necessary files into their respective iOS and Android targets and updating the build 4phases, plists, manifests, etc. 5 6## Steps 7 8### ios 9 101. Update entitlements 112. Set the app group to group.<identifier> 123. Add the extension plist 134. Add the view controller 145. Update the xcode project's build phases 15 16### android 17 181. Update the manifest with the intents the app can receive 19 20## Credits 21 22Adapted from https://github.com/andrew-levy/react-native-safari-extension and https://github.com/timedtext/expo-config-plugin-ios-share-extension/blob/master/src/withShareExtensionXcodeTarget.ts