UNPKG

react-native-sortables

Version:

Powerful Sortable Components for Flexible Content Reordering in React Native

10 lines (7 loc) 164 B
import { default as insert } from './insert'; import { default as swap } from './swap'; const GRID_STRATEGIES = { insert, swap }; export { GRID_STRATEGIES };