react-native-view-shot
react-native-view-shot copied to clipboard
iOS 14.4.1 - Webview content cannot captured
bug report
Webview content cannot captured
Version & Platform
react-native-view-shot: 3.1.2 react-native : 0.62.2
Platform: iOS 14.4.1
Good work with iOS 14.4 and below
Error iOS 14.4.1
My Code
captureRef(this.refs.viewShot, { result: "base64" }).then(uri => {
// do something
});
<WebView
ref="viewShot"
scalesPageToFit={true}
source={source}
/>