fix: downgrade react-native-gesture-handler to 2.20.2 (compiled JS, SDK54 compatible)

This commit is contained in:
Nemo
2026-03-24 14:05:22 +08:00
parent e9a76baf90
commit e99c057325

View File

@@ -27,7 +27,7 @@
"nativewind": "^4.1.23", "nativewind": "^4.1.23",
"react": "19.1.0", "react": "19.1.0",
"react-native": "0.81.5", "react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0", "react-native-gesture-handler": "^2.20.2",
"react-native-maps": "1.20.1", "react-native-maps": "1.20.1",
"react-native-reanimated": "~4.1.1", "react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0", "react-native-safe-area-context": "~5.6.0",