Fixed issue

This commit is contained in:
mistikk 2018-10-04 23:44:08 -04:00
parent fe5e67e427
commit 6b5746ee8f

View File

@ -9,8 +9,8 @@ import { SideMenu } from '../components';
export default DrawerNavigator(
{
LoginScreen: {
screen: Login,
SplashScreen: {
screen: Splash,
navigationOptions: {
header: () => null,
},