UNPKG

react-native-sortables

Version:

Powerful Sortable Components for Flexible Content Reordering in React Native

10 lines (9 loc) 210 B
"use strict"; import { default as insert } from './insert'; import { default as swap } from './swap'; const GRID_STRATEGIES = { insert, swap }; export { GRID_STRATEGIES }; //# sourceMappingURL=index.js.map