react native npm lnstall and link code example
Example: linker call rect native
import {Linking} from 'react-native'
Linking.openURL(`tel:${phoneNumber}`)
import {Linking} from 'react-native'
Linking.openURL(`tel:${phoneNumber}`)