alinz / react-native-share-extension

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

Fix overriding with weaker access privileges #155

Open Skn0tt opened 5 years ago

Skn0tt commented 5 years ago

When using the tutorial to set up rn-share-extension, I got the following error: cannot override getUseDeveloperSupport() in ReactNativeHost attempting to assign weaker access privileges; was public

This PR fixes this error.