MaxAst / expo-share-extension

Expo config plugin for creating iOS share extensions with a custom view.
MIT License
161 stars 4 forks source link

feat: implementing sharing files #29

Closed kayode0x closed 1 month ago

kayode0x commented 1 month ago

Summary:

Next Steps:

Notes:


Update: I tested this PR on a physical device and every file still goes through kUTTypeURL, I'm not proficient in Swift but everything works fine :)

MaxAst commented 1 month ago

awesome, thank you @kayode0x! will test it later today

kayode0x commented 1 month ago

done :)

MaxAst commented 1 month ago

Released as part of 1.8.0: https://github.com/MaxAst/expo-share-extension/releases/tag/v1.8.0

Thanks for the contribution @kayode0x 🙏

kayode0x commented 1 month ago

happy to help!