achorein / expo-share-intent

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

feat: handle multiple scheme (ios) #67

Closed achorein closed 1 month ago

achorein commented 1 month ago

Summary

The plugin does not handle multiple schemes defined in the app.json file https://docs.expo.dev/versions/latest/config/app/#scheme. This PR manage to use the first scheme when giving an array.

Todo

Issue

Fixes https://github.com/achorein/expo-share-intent/issues/64