mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-13 09:34:20 +03:00
Update rootContainer.js
This commit is contained in:
parent
1b580a4c2f
commit
af0bc0e412
@ -36,7 +36,7 @@ const RootContainer = () => (WrappedComponent) => {
|
||||
|
||||
if (Platform.OS === 'android') {
|
||||
Linking.getInitialURL().then((url) => {
|
||||
this.navigate(url);
|
||||
this._handleDeepLink(url);
|
||||
});
|
||||
} else {
|
||||
Linking.addEventListener('url', this._handleDeepLink);
|
||||
|
Loading…
Reference in New Issue
Block a user