react native whatsapp integration code example
Example: react native whatsapp integration
import { Linking } from ‘react-native’; WhatsApp = (text) => { Linking.openURL(`whatsapp://send?text=${text}`);}
import { Linking } from ‘react-native’; WhatsApp = (text) => { Linking.openURL(`whatsapp://send?text=${text}`);}