style: DeprecatedStyleSheetPropType()

in deprecated-react-native-prop-types/DeprecatedImagePropType.js [19:27]


  style: DeprecatedStyleSheetPropType(DeprecatedImageStylePropTypes),
  source: DeprecatedImageSourcePropType,
  defaultSource: PropTypes.oneOfType([
    PropTypes.shape({
      uri: PropTypes.string,
      width: PropTypes.number,
      height: PropTypes.number,
      scale: PropTypes.number,
    }),