UNPKG

react-native-responsive-mockup-screen

Version:

react-native-responsive-mockup-screen is a small library that provide 2 simple method so that react native developer can code their UI elements fully responsive as per their mockup design.No media query needed.

43 lines (42 loc) 1.01 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); Object.defineProperty(exports, "heightPercentageToDP", { enumerable: true, get: function () { return _main.heightPercentageToDP; } }); Object.defineProperty(exports, "heightPixelToDp", { enumerable: true, get: function () { return _main.heightPixelToDp; } }); Object.defineProperty(exports, "listenOrientationChange", { enumerable: true, get: function () { return _main.listenOrientationChange; } }); Object.defineProperty(exports, "removeOrientationListener", { enumerable: true, get: function () { return _main.removeOrientationListener; } }); Object.defineProperty(exports, "widthPercentageToDP", { enumerable: true, get: function () { return _main.widthPercentageToDP; } }); Object.defineProperty(exports, "widthPixelToDp", { enumerable: true, get: function () { return _main.widthPixelToDp; } }); var _main = require("./main"); //# sourceMappingURL=index.js.map