Open m1st1ck opened 3 months ago
Need more flexibility with app identifier (https://github.com/achorein/expo-share-intent/issues/88) and group identifier.
@m1st1ck do you have a way of testing this PR to make sure it fixes your problem?
@achorein I tried to test but probably not doing it correctly
What I did
yarn add achorein/expo-share-intent#feat/custom-ios-identifiers
cd ./node_modules/expo-share-intent && yarn && yarn prepare
iosAppGroupIdentifier
without the patch, the build fails on main branch and is successful on this one, and I can see the app when sharing.
However, I might be missing something because when I open the app it is stuck on the splash screen.
I tried with expo prebuild --clean && npx expo run:ios
, then it just shows black screen after the splash, unless I comment out useShareIntent
.
The issue is on both main and this branch, so that's why I think I am missing something, maybe some build step.
Let me know if I should try it differently.
🤔 looks good, yarn prepare
and expo prebuild --clean
are enough
When trying to submit a build with eas we get the following error
Our solution right now it patch the package and replace the identifier with custom one, but it would be nice if it can be changed with config option.
Here is the patch if it is any help