Update rootContainer.js

This commit is contained in:
uğur erdal 2019-01-22 13:35:09 +03:00 committed by GitHub
parent 1b580a4c2f
commit af0bc0e412

View File

@ -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);