Hi i'm have problem using react-native-share only in ios and only in social whatsapp.If i use singleshare the whatsapp social cannot open & error, and if use multiple share there nothing happen when i click whatsapp. I already added LSApplicationQueriesSchemes but still error.
This is my LSApplicationQueriesSchemes :
<key>LSApplicationQueriesSchemes</key>
<array>
<string>fbapi</string>
<string>fb-messenger-share-api</string>
<string>fbauth2</string>
<string>fbshareextension</string>
<string>whatsapp</string>
</array>
And i already follow the step for installation still not working, by the way i use cocoapods installation.
Please help!!!