What is Instagram deep link in React Native for iOS and Android
Asked Answered
C

0

7

I need to open the Instagram Direct Message from React Native app and send a text to a selected contact after opening in Instagram.

I already found the way to open Whatsapp and send a message to selected contact using:

Linking.openURL('whatsapp://send?text='+text);

Also I found this for Instagram which is not working:

Linking.openURL('instagram://library?OpenInEditor=1&LocalIdentifier=${identifier}');

Does anyone know how to do that? (I know there are some sharing tools but I don't need to use them)

Colleencollege answered 5/10, 2019 at 16:26 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.