You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use a Pressable component with an opacity style. The opacity is applied correctly the first time the component is rendered.
However, when the Pressable appears again (for example after being unmounted and mounted again), the opacity is no longer applied. The component is rendered correctly, but the opacity value appears to be ignored.
Description
I use a Pressable component with an opacity style. The opacity is applied correctly the first time the component is rendered.
However, when the Pressable appears again (for example after being unmounted and mounted again), the opacity is no longer applied. The component is rendered correctly, but the opacity value appears to be ignored.
Simulator.Screen.Recording.-.iPhone.17.Pro.-.2026-07-27.at.17.56.34.mov
Steps to reproduce
A link to a Gist, an Expo Snack or a link to a repository based on this template that reproduces the bug.
https://github.com/TomCorvus/RNGH3
Gesture Handler version
3.1.0
React Native version
0.86.0
Platforms
iOS
JavaScript runtime
Hermes
Workflow
Using Expo Prebuild or an Expo development build
Architecture
New Architecture (Fabric)
Build type
Debug mode
Device
iOS simulator
Device model
No response
Acknowledgements
Yes