Application d'appel ouvert réactif-natif
import {Linking} from 'react-native'
Linking.openURL(`tel:${phoneNumber}`)
Developer101
import {Linking} from 'react-native'
Linking.openURL(`tel:${phoneNumber}`)