React natif reliant à WhatsApp
Linking.openURL(`whatsapp://send?text=${UploadDataCredentials}&phone=+923354584582`)
Black Bug
Linking.openURL(`whatsapp://send?text=${UploadDataCredentials}&phone=+923354584582`)
import { Linking } from ‘react-native’; WhatsApp = (text) => { Linking.openURL(`whatsapp://send?text=${text}`);}