Skip to content

Commit 84dd777

Browse files
committed
fix: fix react-native-keyboard-controller version
1 parent ee37841 commit 84dd777

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

apps/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"react-native-compressor": "^1.12.0",
7272
"react-native-extended-stylesheet": "^0.12.0",
7373
"react-native-gesture-handler": "~2.28.0",
74-
"react-native-keyboard-controller": "1.18.5",
74+
"react-native-keyboard-controller": "1.21.8",
7575
"react-native-mmkv": "^3.2.0",
7676
"react-native-modal": "^14.0.0-rc.1",
7777
"react-native-reanimated": "~4.1.1",

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"react-native-compressor": "^1.12.0",
7979
"react-native-extended-stylesheet": "^0.12.0",
8080
"react-native-gesture-handler": "~2.28.0",
81-
"react-native-keyboard-controller": "1.18.5",
81+
"react-native-keyboard-controller": "1.21.8",
8282
"react-native-markdown-display": "^7.0.2",
8383
"react-native-mathjax-svg": "^0.9.9",
8484
"react-native-mmkv": "^3.2.0",

0 commit comments

Comments
 (0)