UNPKG

react-native-sortables

Version:

Powerful Sortable Components for Flexible Content Reordering in React Native

7 lines (4 loc) 196 B
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.');