Patch file parse error
Opened this issue · 1 comments
rahulrijhwaniapptware commented
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';
YasharF commented
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.