I use react-native-navigation
with community web-view
component.
My problem is - the screen is called WebLinkScreen and it opens different weblinks inside my app.
If I go away from that screen with let's say opened https://example.com
. Then open a different page that passes an argument with URL https://sample.com
, I still see example page being opened.
What am I doing wrong? Who is caching the screen/page? Is it a WebView component or react-native-navigation
stackNavigator?