react-native-webview-autoheight icon indicating copy to clipboard operation
react-native-webview-autoheight copied to clipboard

Error when trying to set html source

Open devth opened this issue 5 years ago • 0 comments

<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?

devth avatar May 09 '19 14:05 devth