-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Pressable doesn't work on android but works on ios and web #3945
Copy link
Copy link
Open
Labels
Close when staleThe issue will be closed automatically if it remains inactiveThe issue will be closed automatically if it remains inactivePlatform: AndroidThis issue is specific to AndroidThis issue is specific to AndroidRepro providedA reproduction with a snack or repo is providedA reproduction with a snack or repo is provided
Metadata
Metadata
Assignees
Labels
Close when staleThe issue will be closed automatically if it remains inactiveThe issue will be closed automatically if it remains inactivePlatform: AndroidThis issue is specific to AndroidThis issue is specific to AndroidRepro providedA reproduction with a snack or repo is providedA reproduction with a snack or repo is provided
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
Pressable doesn't work on android (works in ios and web). see snack below
https://snack.expo.dev/@mancitiss/react-native-gesture-handler-pressable-not-working-on-android?platform=android
Steps to reproduce
npx create-expo --example blankcd blanknpm installnpm run startexpected behavior: the number goes up
ios, web: the number goes up
android: the number doesn't go up
all platforms work.
A link to a Gist, an Expo Snack or a link to a repository based on this template that reproduces the bug.
https://snack.expo.dev/@mancitiss/react-native-gesture-handler-pressable-not-working-on-android?platform=android
Gesture Handler version
~2.28.0
React Native version
0.79.0 + 0.81.5
Platforms
Android
JavaScript runtime
None
Workflow
Using Expo Go
Architecture
None
Build type
None
Device
Real device
Device model
Galaxy A13 (Android 12)
Acknowledgements
Yes