1import {Linking} from 'react-native'
2Linking.openURL('whatsapp://');
3
4
5study aa little bit about deeplinkg
6
7every app have common linking with help to open the using from any app
8
9or web browser
10
11for example read this
12
13https://reactnative.dev/docs/linking#openurl
14
15
16
17