chore: remove test code from example app

This commit is contained in:
Satyajit Sahoo
2020-10-23 16:51:44 +02:00
parent 960f0a5281
commit 8ec6c1a603

View File

@@ -113,10 +113,7 @@ export default function SimpleStackScreen({
}, [navigation]);
return (
<SimpleStack.Navigator
headerMode="float"
screenOptions={{ headerTransparent: true }}
>
<SimpleStack.Navigator>
<SimpleStack.Screen
name="Article"
component={ArticleScreen}