/example-expo-share

Share extension application on expo

Primary LanguageTypeScript

I'm trying to add share extension functionality on expo app, using expo-apple-targets. actually pulling target inside the project and changing bundler identifier the share extension doesn't appear

Steps followed

  1. Create an expo project
  2. Copied target of share extension
  3. Inside share.entitlements replace group.com.bacon.rnbeta to group.
  4. npx expo prebuild
  5. npx expo run:ios

share extension doesnt appear

replay