React-native Open Call App reagieren

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