UNPKG

react-native-image-pan-zoom

Version:
12 lines 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var container = { justifyContent: 'center', alignItems: 'center', overflow: 'hidden', backgroundColor: 'transparent', }; exports.default = { container: container, }; //# sourceMappingURL=image-zoom.style.js.map