react-native-fiesta
Version:
A set of celebration animations powered by Skia. Engage more with your users by celebrating in your React Native application.
10 lines (9 loc) • 392 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.screenWidth = exports.screenHeight = void 0;
var _reactNative = require("react-native");
const screenHeight = exports.screenHeight = _reactNative.Dimensions.get('screen').height;
const screenWidth = exports.screenWidth = _reactNative.Dimensions.get('screen').width;
//# sourceMappingURL=dimensions.js.map