react native add link to text

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

Also in JavaScript: