react-native-gesture-handler
Version:
Declarative API exposing native platform touch and gesture system to React Native
5 lines (4 loc) • 355 B
JavaScript
var _NativeModules$Platfo;
import { NativeModules, Platform } from 'react-native';
export default (_NativeModules$Platfo = NativeModules === null || NativeModules === void 0 ? void 0 : NativeModules.PlatformConstants) !== null && _NativeModules$Platfo !== void 0 ? _NativeModules$Platfo : Platform.constants;
//# sourceMappingURL=PlatformConstants.js.map