vutuananh
Results
1
comments of
vutuananh
Add below code is ok: componentDidMount() { Linking.getInitialURL().then((url) => { if (url) { console.log('Initial url is: ' + url); } }).catch(err => console.error('An error occurred', err)); }