Skip to content

Commit

Permalink
Fix "Invalid props.style key transformOrigin supplied to Image."
Browse files Browse the repository at this point in the history
  • Loading branch information
retyui authored May 15, 2024
1 parent 9b41cbb commit d8ac252
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const PropTypes = require('prop-types');
* @see facebook/react-native/Libraries/StyleSheet/private/_TransformStyle.js
*/
const DeprecatedTransformPropTypes = {
transformOrigin: PropTypes.string,
transform: PropTypes.arrayOf(
PropTypes.oneOfType([
PropTypes.shape({perspective: PropTypes.number}),
Expand Down

0 comments on commit d8ac252

Please sign in to comment.