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
When using transitionProperty with color in a button with a span inside, the html.span color breaks on native and defaults the inherited color to black.
In web the text colors transitions but in RN the colors de colors breaks when transition starts and doesn't recover unless you reload the app
This code was tested with experimental pointer events active following this react-native guide
The test was made with expo sdk 54 and react-strict-dom 0.0.54
Describe the issue
When using transitionProperty with color in a button with a span inside, the html.span color breaks on native and defaults the inherited color to black.
In web the text colors transitions but in RN the colors de colors breaks when transition starts and doesn't recover unless you reload the app
This code was tested with experimental pointer events active following this react-native guide
The test was made with expo sdk 54 and react-strict-dom 0.0.54
rsd-transition.mp4
to test just try and run the following code:
Expected behavior
Inherited text color should transition from white to green when button is pressed
Steps to reproduce
the following was tested with expo sdk 54 and react-strict-dom 0.0.54
Test case
No response
Additional comments
No response