Linking

URLをブラウザで開けるようだ。

import {Linking} from 'react-native';

            <Text style={{color: 'blue'}}
              onPress={() => Linking.openURL(url)}>
              URLを開く
            </Text>