UNPKG

react-native-elegant-header

Version:

Fully customizable, easy to use Elegant Header component for React Native

14 lines 439 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports._containerGlueStyle = void 0; const react_native_1 = require("react-native"); exports._containerGlueStyle = (enableBackButton) => ({ marginTop: enableBackButton ? 24 : 0, }); exports.default = react_native_1.StyleSheet.create({ container: { marginTop: 16, marginLeft: 16, }, }); //# sourceMappingURL=ElegantHeader.style.js.map