Skip to content

add ViewPropTypes #46

@fencer-yd

Description

@fencer-yd

Hi! 👋

Firstly, thanks for your work on this project! 🙂

Today I used patch-package to patch react-native-image-sequence@0.7.0 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions