Rahul Wadhwa
Results
1
comments of
Rahul Wadhwa
Please add the below function at the beginning of your application eg. App.js ``` import { Linking } in 'react-native' Linking.getInitialURL().then((initialUrl) => { if (initialUrl) Linking.openURL(initialUrl) }) ```