Skip to content

Commit 15fd70b

Browse files
committed
chore: update mmkv and bottom sheet deps
1 parent 28d01a2 commit 15fd70b

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@expo/metro-runtime": "^4.0.0",
45-
"@gorhom/bottom-sheet": "4.6.3",
45+
"@gorhom/bottom-sheet": "^5.0.5",
4646
"@hookform/resolvers": "^3.9.0",
4747
"@shopify/flash-list": "1.7.1",
4848
"@tanstack/react-query": "^5.52.1",
@@ -72,7 +72,7 @@
7272
"react-native-flash-message": "^0.4.2",
7373
"react-native-gesture-handler": "~2.20.2",
7474
"react-native-keyboard-controller": "^1.13.2",
75-
"react-native-mmkv": "~2.12.2",
75+
"react-native-mmkv": "~3.1.0",
7676
"react-native-reanimated": "~3.16.1",
7777
"react-native-restart": "0.0.27",
7878
"react-native-safe-area-context": "4.12.0",

pnpm-lock.yaml

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/ui/modal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ export const Modal = React.forwardRef(
102102
index={0}
103103
snapPoints={snapPoints}
104104
backdropComponent={props.backdropComponent || renderBackdrop}
105+
enableDynamicSizing={false}
105106
handleComponent={renderHandleComponent}
106107
/>
107108
);

0 commit comments

Comments
 (0)