-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Problem Description
In #9798, we added functionality to update transform props directly without first converting those props into a transform matrix in JS. This change did not account for string values of skewX and skewY.
Steps To Reproduce
- Run Playground > RNTester
- Open APIs > Animated > Transform Styles example
- Attempt to use skew transforms
Expected Results
Skew transform values should work properly.
CLI version
npx react-native --version
Environment
npx react-native infoTarget Platform Version
No response
Target Device(s)
No response
Visual Studio Version
No response
Build Configuration
No response
Snack, code example, screenshot, or link to a repository
No response
Reactions are currently unavailable