react-native-draggable-flatlist icon indicating copy to clipboard operation
react-native-draggable-flatlist copied to clipboard

ViewPropTypes warning

Open Fr3nky88 opened this issue 2 years ago • 0 comments

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-draggable-flatlist/src/types.ts b/node_modules/react-native-draggable-flatlist/src/types.ts
index 65a2559..d6755c8 100644
--- a/node_modules/react-native-draggable-flatlist/src/types.ts
+++ b/node_modules/react-native-draggable-flatlist/src/types.ts
@@ -3,7 +3,6 @@ import {
   FlatListProps,
   LayoutChangeEvent,
   StyleProp,
-  ViewPropTypes,
   ViewStyle,
 } from "react-native";
 import { useAnimatedValues } from "./context/animatedValueContext";

This issue body was partially generated by patch-package.

Fr3nky88 avatar Feb 08 '23 14:02 Fr3nky88