UNPKG

react-native-sortables

Version:

Powerful Sortable Components for Flexible Content Reordering in React Native

5 lines (4 loc) 177 B
export const WARNINGS = { propChange: (prop: string) => `You shouldn't change the '${prop}' prop on the fly. It can break the current state of the sortable component.` };