Use onShouldStartLoadWithRequest
<View style={styles.container}>
<WebView
source={{ uri: url }}
style={styles.webview}
onShouldStartLoadWithRequest={handleNavigation} // Intercept links
/>
</View>
react-native-webview not handling target="_blank"