webViewRef.current.injectJavaScript('window.location.reload(true)');
I found this solution from this github thread and it seems to work for me: https://github.com/react-native-webview/react-native-webview/issues/2918#issuecomment-1521892496