UNPKG

react-native-sortables

Version:

Powerful Sortable Components for Flexible Content Reordering in React Native

7 lines (6 loc) 245 B
"use strict"; import { version as reactVersion } from 'react'; import { Platform } from 'react-native'; export const IS_WEB = Platform.OS === 'web'; export const IS_REACT_19 = reactVersion.startsWith('19.'); //# sourceMappingURL=platform.js.map