achorein / expo-share-intent

🚀 Simple share intent in an Expo Native Module
MIT License
119 stars 10 forks source link

fix: Check compatibilty with scheme and CFBundleURLSchemes #36

Closed achorein closed 3 months ago

achorein commented 3 months ago

Summary

When using @react-native-google-signin/google-signin we need to configure a custom scheme in our app.json to handle google signin fallback. By doing this, the original app scheme is deleted and must be manually reassigned. This PR add compatibilty check to drive new comers

Todo

Issue

Thanks to @magnum6actual ! 🙏