feat: sync latest stack and upgrade typescript

This commit is contained in:
Satyajit Sahoo
2020-06-24 23:43:06 +02:00
parent 442ca3e700
commit 454e05b02e
47 changed files with 301 additions and 234 deletions

View File

@@ -91,8 +91,4 @@ const DrawerExample = createDrawerNavigator(
}
);
DrawerExample.navigationOptions = {
headerShown: false,
};
export default DrawerExample;