我希望用户能够使用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'”
有人可以帮帮我吗?谢谢!