achorein / expo-share-intent

🚀 Simple share intent in an Expo Native Module
MIT License
128 stars 13 forks source link

fix: android OnNewIntent not fired on first app launch #12

Closed achorein closed 4 months ago

achorein commented 4 months ago

Summary

In case the app was not opened before (not in a background state), the Activity lifecycle listeners OnNewIntent is not fired and share info cannot be retrieve on the application

Todo

Issue

9