0

I am working on building a react native ios app. In my app I plan to have button that links to a specific social media account. I can't seem to find the syntax that links my mobile app to my instagram app (for example). I'm not using swift though so no Obj C please! Does anyone have any experience in doing this?

Thank you in advance.

jemmamariex3
  • 107
  • 2
  • 17

2 Answers2

0

I guess the problem you're trying to solve has already been solved by this issue. Feel free to comment if not.

0

I have use this for url->app https://facebook.github.io/react-native/docs/linking.html

And also https://reactnavigation.org/docs/guides/linking may help

hugomosh
  • 402
  • 6
  • 15