如何链接到React-VR中的外部和内部页面?

时间:2017-05-07 11:22:53

标签: webvr react-360

我希望用户能够使用React-VR光标单击按钮,并能够转到这样的外部和内部页面

  onEnter={() => Linking.openURL("https://www.google.com").catch(err => console.error('An error occurred', err))}

onEnter={() => Linking.openURL("paris.vr.js").catch(err => console.error('An error occurred', err))}

但我收到以下错误 “无法读取未定义的属性'openURL'”

有人可以帮帮我吗?谢谢!

0 个答案:

没有答案