Skip to content

Commit

Permalink
Fix DropDownPicker not scrolling on android (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
YoussefHenna authored Oct 25, 2023
1 parent 70a08d1 commit acb83b8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
"example",
"packages/*"
],
"resolutions": {
"react-native-gesture-handler": "~2.9.0"
},
"devDependencies": {
"@babel/cli": "^7.21.5",
"@babel/core": "^7.22.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"react-native-avoid-softinput": "^4.0.1",
"react-native-confirmation-code-field": "^7.3.1",
"react-native-deck-swiper": "^2.0.12",
"react-native-dropdown-picker": "^5.4.6",
"react-native-dropdown-picker": "^5.4.7-beta.1",
"react-native-gesture-handler": "~2.9.0",
"react-native-markdown-display": "^7.0.0-alpha.2",
"react-native-modal-datetime-picker": "^13.0.0",
Expand Down
12 changes: 7 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15343,10 +15343,12 @@ react-native-deck-swiper@^2.0.12:
dependencies:
prop-types "15.5.10"

react-native-dropdown-picker@^5.4.6:
version "5.4.6"
resolved "https://registry.yarnpkg.com/react-native-dropdown-picker/-/react-native-dropdown-picker-5.4.6.tgz#3736fc468de4a295e4df8d1f65ed2eadaf9b445f"
integrity sha512-T1XBHbE++M6aRU3wFYw3MvcOuabhWZ29RK/Ivdls2r1ZkZ62iEBZknLUPeVLMX3x6iUxj4Zgr3X2DGlEGXeHsA==
react-native-dropdown-picker@^5.4.7-beta.1:
version "5.4.7-beta.1"
resolved "https://registry.yarnpkg.com/react-native-dropdown-picker/-/react-native-dropdown-picker-5.4.7-beta.1.tgz#330ae28a91e470c992ec53f10f9ebe919fe74f39"
integrity sha512-M/HvDhdP4d2LhmKtbvAqNBLwlN0AejWYxc7nIWPOdhNhN9iaY02kDSMGtCxndAYKaavLx8AjNip2RVljZBtdjQ==
dependencies:
react-native-gesture-handler "*"

react-native-fit-image@^1.5.5:
version "1.5.5"
Expand All @@ -15355,7 +15357,7 @@ react-native-fit-image@^1.5.5:
dependencies:
prop-types "^15.5.10"

react-native-gesture-handler@~2.9.0:
react-native-gesture-handler@*, react-native-gesture-handler@~2.9.0:
version "2.9.0"
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.9.0.tgz#2f63812e523c646f25b9ad660fc6f75948e51241"
integrity sha512-a0BcH3Qb1tgVqUutc6d3VuWQkI1AM3+fJx8dkxzZs9t06qA27QgURYFoklpabuWpsUTzuKRpxleykp25E8m7tg==
Expand Down

0 comments on commit acb83b8

Please sign in to comment.