I am using Share.shareSingle of react-native-share to share text to Instagram dm But apps not opening when I am pressing on buttons. I am also using messanger and whatsapp which is working perfect. Also both apps is installed in device.
Share.shareSingle({
title: 'Share via',
message: 'Check out this link: ',
url: `url`,
social: Share.Social.INSTAGRAM,
});
same thing use in messanger and whatsapp
versions "react-native-share": "^10.2.1", "react-native": "0.70.6",