react native make a call from the app code example
Example: react-native open call app
import {Linking} from 'react-native'
Linking.openURL(`tel:${phoneNumber}`)
import {Linking} from 'react-native'
Linking.openURL(`tel:${phoneNumber}`)