aplicación react-nativa de llamadas abiertas
import {Linking} from 'react-native'
Linking.openURL(`tel:${phoneNumber}`)
Developer101
import {Linking} from 'react-native'
Linking.openURL(`tel:${phoneNumber}`)