-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
[Android] Broken DrawerItem.onPress
in DrawerContentScrollView
#12561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The versions mentioned in the issue for the following packages differ from the latest versions on npm:
Can you verify that the issue still exists after upgrading to the latest versions of these packages? |
I edited the versions (was inverted...). The issue seems located in |
Couldn't find version numbers for the following packages in the issue:
Can you update the issue to include version numbers for those packages? The version numbers must match the format 1.2.3. |
@alex-fournier were you able to resolve this issue? I have the same problem. |
No... I have disabled the New Architecture on Android for now... |
@mingca you can try to wrap your
|
Thanks for your reply. I tried the exact same approach but it did work for me. @wkedzierawski |
Well it worked, I just had to set the height. |
Current behavior
In a Drawer navigator with a long list of items,
onPress
is not called as soon as we scroll in the ScrollView. This only occurs when app is builded using New Architecture ("newArchEnabled": true
).Expected behavior
onPress
should be called when pressing a drawer item.Reproduction
https://snack.expo.dev/WxCPCzLOBpRtsqMB2Xp3U
Platform
Packages
Environment
The text was updated successfully, but these errors were encountered: