Skip to content

Commit

Permalink
example
Browse files Browse the repository at this point in the history
  • Loading branch information
latekvo committed Feb 6, 2025
1 parent b42d263 commit e06afbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/src/release_tests/reanimatedDrawerLayout/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ export default function ReanimatedDrawerExample() {
renderNavigationView={() => <DrawerPage />}
drawerPosition={side}
drawerType={type}
drawerLockMode={lock}>
drawerLockMode={lock}
hideStatusBar={true}>
<View style={styles.innerContainer}>
<GestureDetector gesture={tapGesture}>
<View style={styles.box}>
Expand Down

0 comments on commit e06afbb

Please sign in to comment.