alinz / react-native-share-extension

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

openURL is not a function #192

Closed braincore closed 4 years ago

braincore commented 4 years ago

I'm unable to successfully follow the README instructions for "Open Container App" (https://github.com/alinz/react-native-share-extension). I receive the following error:

TypeError: _reactNative.NativeModules.ReactNativeShareExtension.openURL is not a function. (In '_reactNative.NativeModules.ReactNativeShareExtension.openURL(url)', '_reactNative.NativeModules.ReactNativeShareExtension.openURL' is undefined)

I have the rest of the Share Extension working and I've verified that I'm able to open the dedicated app URL via Safari.

braincore commented 4 years ago

Nevermind. I was using a fork of this repo (https://github.com/RocketChat/rn-extensions-share) which had removed the openURL function in v2.3.10.