you can use linking for that is the core component of the React native framework.
import { Linking } from 'react-native';
Linking.openURL(url);
you can add this in your code and it's working fine.