UNPKG

react-native-curved-bottom-bar

Version:

A high performance, beautiful and fully customizable curved bottom navigation bar for React Native.

15 lines (14 loc) 392 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useDeviceOrientation = useDeviceOrientation; var _reactNative = require("react-native"); function useDeviceOrientation() { const { width, height } = (0, _reactNative.useWindowDimensions)(); return width < height ? 'PORTRAIT' : 'LANDSCAPE'; } //# sourceMappingURL=useDeviceOrientation.js.map