achorein / expo-share-intent

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

fix: add incompatibility checker on prebuild #29

Closed achorein closed 4 months ago

achorein commented 4 months ago

Summary

Simply add a warning message for incompatibility with expo SDK

$ expo prebuild --no-install
» android: expo-share-intent: your Expo SDK version does not match requirements ! v1.1.1 needs ^50, found 49.0.0. Please refer to the compatibility table. https://github.com/achorein/expo-share-intent/#versioning

Todo