@nexara/nativeflow
Version:
Beautiful, responsive, and customizable UI components for React Native – built for performance and seamless experiences.
15 lines (14 loc) • 455 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
const useConditionalWindowDimension = isTrackDimension => {
return isTrackDimension ? (0, _reactNative.useWindowDimensions)() : {
width: undefined,
height: undefined
};
};
var _default = exports.default = useConditionalWindowDimension;
//# sourceMappingURL=useConditionalWindowDimension.js.map
;