79685423

Date: 2025-07-01 01:39:51
Score: 1
Natty:
Report link

simply add key props to the WebView component like this

 <WebView
      key={ uri} // Change this key to force a new instance
      source={{ uri }}
      // ... other props
    />
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ranjit Kumar