为什么在React Native中未定义window.location?

时间:2018-11-03 17:41:24

标签: react-native window.location post-robot

我正在尝试使用post-robotReact Native WebView通信。失败是因为后机器人正在尝试访问window.location.href。在React Native中,window is defined as a global缺少location

这看起来像是故意的,而不是错误。如果是故意的,是否有原因呢?

无论是否有意,最好的前进道路对我来说都不明确。我还没有找到其他任何具有React Native支持的库,例如后机器人。

编辑:

在深入研究之后,我从另一个尝试将后机器人与React Native结合使用的人那里找到了另一篇SO帖子。没有任何回应,他们也没有提及是否与window.location遇到了与我相同的问题:Using React Native with post-robot

enter image description here

0 个答案:

没有答案