Skip to content

Commit 6082d2c

Browse files
authored
Update README.md
1 parent 19a041a commit 6082d2c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,7 @@ const { width } = Dimensions.get("window");
9494

9595
import { TouchableOpacity as RNGHTouchableOpacity } from "react-native-gesture-handler";
9696
import Animated from "react-native-reanimated";
97-
import SwipeableItem from "./SwipeableItem";
98-
// import SwipeableItem from 'react-native-swipeable-item';
97+
import SwipeableItem from 'react-native-swipeable-item';
9998
import DraggableFlatList from "react-native-draggable-flatlist";
10099
const { multiply, sub } = Animated;
101100

0 commit comments

Comments
 (0)