Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/react-native/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Reactjs 如何检查本机Webview url堆栈?_Reactjs_React Native - Fatal编程技术网

Reactjs 如何检查本机Webview url堆栈?

Reactjs 如何检查本机Webview url堆栈?,reactjs,react-native,Reactjs,React Native,我目前知道,您可以使用webviewref.current.goBack()返回调用堆栈,并使用webviewref.current.goForward()前进,因此它假设存在可以导航的堆栈 如何访问此堆栈以及如何在不重新启动整个组件的情况下重置它

我目前知道,您可以使用
webviewref.current.goBack()
返回调用堆栈,并使用
webviewref.current.goForward()
前进,因此它假设存在可以导航的堆栈

如何访问此堆栈以及如何在不重新启动整个组件的情况下重置它