如何在React Native应用程序中显示超链接?
例如
<a href="https://google.com>Google</a>
Run Code Online (Sandbox Code Playgroud) 我想在单击按钮时将用户发送到首选项/设置.但是,当我尝试以下操作时,没有任何反应:
LinkingIOS.openURL( '首选项:根=一般')
我确认onPress工作正如我执行以下操作,我被重定向到Google
LinkingIOS.openURL(' http://google.com ')
react-native ×2