import {Linking} from 'react-native' <Text onPress={()=>{Linking.openURL('tel:119');}} style={styles.funcNavText}>119</Text>