import RenderHtml from 'react-native-render-html' ... <RenderHtml renderersProps={{ a: { onPress: (evt, href) => { Linking.openURL(href) } } }} />