我想在react native上使用buttton press打开whatsapp。但是我想使用Linking.canOpenUrl?我该怎么做呢?
我尝试在react native中向androidManifest.xml文件添加Intent,
<queries>
<intent>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="whatsapp" />
</intent>
</queries>
1条答案
按热度按时间42fyovps1#
将Intent添加到androidManifest.xml文件
分享文件或文本到WHATSAPP的示例
npm i react-native-share