UNPKG

react-native-elegant-header

Version:

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

14 lines (11 loc) 230 B
import { TextStyle, StyleSheet } from "react-native"; interface Style { container: TextStyle; } export default StyleSheet.create<Style>({ container: { fontSize: 32, color: "#4287f5", fontWeight: "bold", }, });