import { Text, Linking } from "react-native"; ... <Text onPress={() => Linking.openURL('url')}> link </Text>. 點下文字之後瀏覽器的App打開了,然後開啟了網頁
確定! 回上一頁