UNPKG

react-native-modern-header

Version:

Fully customizable Modern Header View for React Native

13 lines (10 loc) 217 B
import { TextStyle, StyleSheet } from "react-native"; interface Style { titleTextStyle: TextStyle; } export default StyleSheet.create<Style>({ titleTextStyle: { fontSize: 20, fontWeight: "800", }, });