We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a041a commit 6082d2cCopy full SHA for 6082d2c
README.md
@@ -94,8 +94,7 @@ const { width } = Dimensions.get("window");
94
95
import { TouchableOpacity as RNGHTouchableOpacity } from "react-native-gesture-handler";
96
import Animated from "react-native-reanimated";
97
-import SwipeableItem from "./SwipeableItem";
98
-// import SwipeableItem from 'react-native-swipeable-item';
+import SwipeableItem from 'react-native-swipeable-item';
99
import DraggableFlatList from "react-native-draggable-flatlist";
100
const { multiply, sub } = Animated;
101
0 commit comments