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
In both of these examples if you simply update View or Animated.View styles to be an empty object or omit it completely it will work (i.e. button will receive press events).
Does anyone know what might be causing this? Any workaround?
The text was updated successfully, but these errors were encountered:
An absolutely positioned button on Android won't detect press events if it's wrapped in a component whose style either
1. has backgroundColor property set
Minimal example:
2. has animated value
Minimal example:
In both of these examples if you simply update View or Animated.View styles to be an empty object or omit it completely it will work (i.e. button will receive press events).
Does anyone know what might be causing this? Any workaround?
The text was updated successfully, but these errors were encountered: