gpt4 book ai didi

javascript - 如何在 React Native 应用程序中显示超链接?

转载 作者:行者123 更新时间:2023-12-02 07:06:53 26 4
gpt4 key购买 nike

如何在 React Native 应用程序中显示超链接?

例如

<a href="https://google.com>Google</a> 

最佳答案

类似这样的事情:

<Text style={{color: 'blue'}}
onPress={() => Linking.openURL('http://google.com')}>
Google
</Text>

使用与 React Native 捆绑的 Linking 模块。

import { Linking } from 'react-native';

关于javascript - 如何在 React Native 应用程序中显示超链接?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30540252/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com