以前のリビジョンの文書です
URLをブラウザで開けるよ
import {Linking} from 'react-native'; <Text style={{color: 'blue'}} onPress={() => Linking.openURL(url)}> URLを開く </Text>