alinz / react-native-share-extension

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

sharing screen doesn't apprear on real device #131

Open itdev123 opened 5 years ago

itdev123 commented 5 years ago

Thanks for the component. I have some questions about sharing on iOS I followed readme in alinz/react-native-share-extension, but it's not working correctly on real device. On emulator, it works well. But on real device, sharing screen doesn't appear. Could you check my source code? https://github.com/itdev123/React-Native-Share-Extension-for-iOS Thanks

pepya2 commented 5 years ago

Same to Android, mine doesn't show content or modal having a link shared.. only transparent gray area.. any solution please..

pepya2 commented 5 years ago

do not use react-native-modalbox, just implement your own way of handling views

Epiczzor commented 4 years ago

@pepya2 could you explain a bit more, on how you did made it appear ?