patch-package
patch-package copied to clipboard
Patch file parse error
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';
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.