Skip to content

Commit

Permalink
fix: bottomsheet v5 sheet not opening
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyhw committed Oct 14, 2024
1 parent bd0c669 commit 35b5b52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/expo-example/.storybook/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const StorybookUIRoot = view.getStorybookUI({
getItem: AsyncStorage.getItem,
setItem: AsyncStorage.setItem,
},
enableWebsockets: true,
enableWebsockets: false,
// host: '192.x.x.x',
// port: 7007,

Expand Down
1 change: 1 addition & 0 deletions packages/react-native-ui/src/MobileAddonsPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export const MobileAddonsPanel = forwardRef<
enableHandlePanningGesture={true}
// enableContentPanningGesture={true}
stackBehavior="replace"
enableDynamicSizing={false}
>
<Animated.View style={[{ flex: 1 }, adjustedBottomSheetSize]}>
<AddonsTabs
Expand Down
1 change: 1 addition & 0 deletions packages/react-native-ui/src/MobileMenuDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export const MobileMenuDrawer = forwardRef<MobileMenuDrawerRef, MobileMenuDrawer
enableDismissOnClose
enableHandlePanningGesture
enableContentPanningGesture
enableDynamicSizing={false}
keyboardBehavior="extend"
keyboardBlurBehavior="restore"
stackBehavior="replace"
Expand Down

0 comments on commit 35b5b52

Please sign in to comment.