-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Correct types for transformsArrayToProps (#2193)
# Summary Type TransformsStyle['transform'] has `string` added as option from React Native 0.71.9 onward. This breaks the logic of `transformsArrayToProps`. This PR fixes this by scoping down the type, and removing a no-op usage of `transformsArrayToProps` This has been broken for a while, but not immediately visible to users compiling using Metro and Babel.
- Loading branch information
1 parent
068820b
commit 3939e20
Showing
1 changed file
with
15 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters