patch-package icon indicating copy to clipboard operation
patch-package copied to clipboard

Patch file parse error

Open rahulrijhwaniapptware opened this issue 9 months ago • 1 comments

diff --git a/TransformableImage.js b/TransformableImage.js index abc1234..xyz5678 100644 --- a/TransformableImage.js +++ b/TransformableImage.js @@ -1,6 +1,6 @@ import React, { PureComponent } from 'react'; -import { View, Text, Image, ViewPropTypes } from 'react-native'; +import { View, Text, Image } from 'react-native'; +import { ViewPropTypes } from 'deprecated-react-native-prop-types'; import PropTypes from 'prop-types'; import ViewTransformer from '../ViewTransformer';

rahulrijhwaniapptware avatar Mar 18 '25 05:03 rahulrijhwaniapptware

There isn't enough information in this github issues regarding how you created the patch, how you tried to apply it, and the errors that you got.

YasharF avatar May 08 '25 00:05 YasharF