react-native-image-sequence
react-native-image-sequence copied to clipboard
add ViewPropTypes
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch [email protected] for the project I'm working on.
Here is the diff that solved my problem:
diff --git a/node_modules/react-native-image-sequence/index.js b/node_modules/react-native-image-sequence/index.js
index 4b7632c..0b0bf3d 100644
--- a/node_modules/react-native-image-sequence/index.js
+++ b/node_modules/react-native-image-sequence/index.js
@@ -2,8 +2,8 @@ import React, { Component } from 'react';
import {
View,
requireNativeComponent,
- ViewPropTypes
} from 'react-native';
+import { ViewPropTypes } from 'deprecated-react-native-prop-types';
import { bool, string, number, array, shape, arrayOf } from 'prop-types';
import resolveAssetSource from 'react-native/Libraries/Image/resolveAssetSource';
This issue body was partially generated by patch-package.