Skip to content

Commit

Permalink
chore: remove test code from example app
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Oct 23, 2020
1 parent 960f0a5 commit 8ec6c1a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions example/src/Screens/SimpleStack.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 8ec6c1a

Please sign in to comment.