https://github.com/remeic/example-expo-share
Share extension application on expo
https://github.com/remeic/example-expo-share
Last synced: over 1 year ago
JSON representation
Share extension application on expo
- Host: GitHub
- URL: https://github.com/remeic/example-expo-share
- Owner: Remeic
- Created: 2023-11-30T21:57:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-30T22:18:34.000Z (over 2 years ago)
- Last Synced: 2025-02-14T10:18:23.554Z (over 1 year ago)
- Language: TypeScript
- Size: 54.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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

