Merge pull request #29 from andrejguran/patch-1

Update App.js
This commit is contained in:
Petru Alin Gheorghe
2020-11-04 12:59:48 +02:00
committed by GitHub

2
App.js
View File

@@ -75,6 +75,8 @@ export default props => {
</GalioProvider>
</NavigationContainer>
);
} else {
return null
}
}