UNPKG

react-native-modern-header

Version:

Fully customizable Modern Header View for React Native

23 lines 602 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const react_native_1 = require("react-native"); exports.default = react_native_1.StyleSheet.create({ container: { top: 0, height: 70, width: "100%", backgroundColor: "#fff", flexDirection: "row", alignItems: "center", justifyContent: "center", }, leftComponentStyle: { left: 16, position: "absolute", }, rightComponentStyle: { right: 16, position: "absolute", }, }); //# sourceMappingURL=ModernHeader.style.js.map