-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Description
Since we update our app to expo 54, the path of my Svg are not pressable anymore.
On real android device, the onPress function is never called but surprisingly it is on android emulator. I reckon it is because user presses are not handled the same wether it is on a real device or on an emulator.
Steps to reproduce
- Add an SVG with paths on your app
- Add an onPress callback on the paths
- Presses on on path
Expected result : the onPress callback is triggered
Result : nothing append
Snack or a link to a repository
https://snack.expo.dev/@healico/react-native-svg-path-not-pressable
SVG version
15.13.0
React Native version
0.81
Platforms
Android
JavaScript runtime
Hermes
Workflow
Expo Dev Client
Architecture
Fabric (New Architecture)
Build type
Debug app & dev bundle
Device
Real device
Device model
Huawei P30 Lite / Google Pixel 9A
Acknowledgements
Yes
L-Weisz and pierpo