Skip to content

Commit 9ab3955

Browse files
yjoseasdolo
authored andcommitted
chore: update mmkv and bottom sheet deps
1 parent e14eb2b commit 9ab3955

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
@@ -62,7 +62,7 @@
6262
},
6363
"dependencies": {
6464
"@expo/metro-runtime": "^4.0.0",
65-
"@gorhom/bottom-sheet": "4.6.3",
65+
"@gorhom/bottom-sheet": "^5.0.5",
6666
"@hookform/resolvers": "^3.9.0",
6767
"@lukemorales/query-key-factory": "^1.3.4",
6868
"@shopify/flash-list": "1.7.1",
@@ -95,7 +95,7 @@
9595
"react-native-flash-message": "^0.4.2",
9696
"react-native-gesture-handler": "~2.20.2",
9797
"react-native-keyboard-controller": "^1.13.2",
98-
"react-native-mmkv": "~2.12.2",
98+
"react-native-mmkv": "~3.1.0",
9999
"react-native-reanimated": "~3.16.1",
100100
"react-native-restart": "0.0.27",
101101
"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
@@ -107,6 +107,7 @@ export const Modal = forwardRef(
107107
index={0}
108108
snapPoints={snapPoints}
109109
backdropComponent={props.backdropComponent ?? renderBackdrop}
110+
enableDynamicSizing={false}
110111
handleComponent={renderHandleComponent}
111112
/>
112113
);

0 commit comments

Comments
 (0)