react-native-draggable-flatlist
Version:
A drag-and-drop-enabled FlatList component for React Native
7 lines • 311 B
JavaScript
import DraggableFlatList from "./components/DraggableFlatList";
export * from "./components/CellDecorators";
export * from "./components/NestableDraggableFlatList";
export * from "./components/NestableScrollContainer";
export * from "./types";
export default DraggableFlatList;
//# sourceMappingURL=index.js.map