Bereaksi Native Linking Tel

import {Linking} from 'react-native'
Linking.openURL(`tel:${phoneNumber}`)
Developer101