react-native-webview-autoheight
react-native-webview-autoheight copied to clipboard
Error when trying to set html source
<MyWebView
startInLoadingState={true}
source={{html: this.contentHtml(content)}}
/>
[Unhandled promise rejection: Error: Unable to open URL: ReactABI32_0_0-js-navigation://postMessage?195]
Stack trace:
node_modules/react-native/Libraries/BatchedBridge/NativeModules.js:146:41 in createErrorFromErrorData
node_modules/react-native/Libraries/BatchedBridge/NativeModules.js:95:55 in <unknown>
node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:397:4 in __invokeCallback
node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:127:28 in <unknown>
node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:297:10 in __guard
node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:126:17 in invokeCallbackAndReturnFlushedQueue
Not compatible with react-navigation?