react-native-view-shot
react-native-view-shot copied to clipboard
view-shot content will not update when webview changes
When the view-shot contains a webview and the webview content changes (pathname and search both change), the intercepted view is not updated (the filename changes and releaseCapture is also performed)
When I try to render the webview's path as a string in the view-shot's word element, the situation improves, but it still happens that the view doesn't update
I mean take a screenshot once, then change the routing change content in the webview, then take a screenshot again
(By the way, it work well on ios,but not on android)