UNPKG

react-native-gesture-handler

Version:

Declarative API exposing native platform touch and gesture system to React Native

5 lines (4 loc) 187 B
"use strict"; import { NativeModules, Platform } from 'react-native'; export default NativeModules?.PlatformConstants ?? Platform.constants; //# sourceMappingURL=PlatformConstants.js.map