UNPKG

react-native-elegant-header

Version:

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

15 lines 453 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const react_native_1 = require("react-native"); const { width: ScreenWidth } = react_native_1.Dimensions.get("screen"); exports.default = react_native_1.StyleSheet.create({ container: { marginTop: 8, width: ScreenWidth * 0.9, }, textStyle: { lineHeight: 20, color: "#a3a3a3", }, }); //# sourceMappingURL=Description.style.js.map