react-native-draggable-flatlist
react-native-draggable-flatlist copied to clipboard
ViewPropTypes warning
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.