achorein / expo-share-intent

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

feat: add disabled option #30

Closed achorein closed 4 months ago

achorein commented 4 months ago

Summary

Allow to disable share intent module (native call) and open the app in expo go environment for speed testing (without dev-client).

useShareIntent({ disabled: true });
<ShareIntentProvider options={{ disabled: true }}><App/></ShareIntentProvider>;

Todo

Issue

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

Test

With normal dev-client build (run:ios)

With expo-go (start:ios)