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
Description:
The 'textAlignVertical' style is deprecated and should be replaced with 'verticalAlign' in our codebase. This deprecation warning is affecting our application's styling and should be resolved.
Expected behavior
Expected Behavior:
The deprecation warning should be resolved by replacing 'textAlignVertical' with 'verticalAlign' in the affected code.
"textAlignVertical" style is deprecated. Use "verticalAlign".
props.pointerEvents is deprecated. Use style.pointerEvents
"shadow*" style props are deprecated. Use "boxShadow".
"transform" style array value is deprecated. Use space-separated string functions, e.g., "scaleX(2) rotateX(15deg)".
accessibilityRole is deprecated. Use role.
editable is deprecated. Use readOnly.
selectable prop is deprecated. Use styles.userSelect.
Hey Folks, please hold off on working on this issue for now. We need to thoroughly investigate it and make a decision on how to approach it. I will assign myself to have it on the radar.
Is there an existing issue for this?
Describe the issue
Issue Title: Deprecation Warning: 'textAlignVertical'
Description:
The 'textAlignVertical' style is deprecated and should be replaced with 'verticalAlign' in our codebase. This deprecation warning is affecting our application's styling and should be resolved.
Expected behavior
Expected Behavior:
The deprecation warning should be resolved by replacing 'textAlignVertical' with 'verticalAlign' in the affected code.
Steps to reproduce
Steps to Reproduce:
Test case
https://codesandbox.io/s/holy-fog-2qdp8w
Additional comments
Additional Information:
The text was updated successfully, but these errors were encountered: