alinz / react-native-share-extension

react-native as an engine to drive share extension
MIT License
763 stars 398 forks source link

Cannot close extension iOS #72

Closed tallen11 closed 6 years ago

tallen11 commented 6 years ago

Couple of issues:

I'm on React Native 0.5+ Thanks

tallen11 commented 6 years ago

My mistake, looks like the modal props have changed in RN 0.5+. It works fine now. The background color of the view is still opaque though so I'll leave this open for now.

tallen11 commented 6 years ago

Just needed the transparent prop set to true, closing...