Bluesky app fork with some witchin' additions 馃挮
at main 17 lines 519 B view raw view rendered
1# Notifications extension plugin for Expo 2 3This plugin handles moving the necessary files into their respective iOS directories 4 5## Steps 6 7### ios 8 91. Update entitlements 102. Set the app group to group.<identifier> 113. Add the extension plist 124. Add the view controller 135. Update the xcode project's build phases 14 15## Credits 16 17Adapted 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