facebookarchive / react-native-fbsdk

A React Native wrapper around the Facebook SDKs for Android and iOS. Provides access to Facebook login, sharing, graph requests, app events etc.
https://developers.facebook.com/docs/react-native
Other
2.99k stars 909 forks source link

How to handle deferred deep links? #690

Open mudabbirlatif opened 4 years ago

mudabbirlatif commented 4 years ago

I have created Deferred Deep Links but how can I use this in React native as I have not seen anything related to deep link in FBSDK. Can React native's Linking.getInitialURL() can handle Deferred Deep Links after installation from play store?

shehanGuruge commented 3 years ago

@mudabbirlatif Hey any solution for this I am also facing a similar issue