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