UNPKG

react-native-elegant-header

Version:

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

14 lines (11 loc) 227 B
import { ImageStyle, StyleSheet } from "react-native"; interface Style { imageStyle: ImageStyle; } export default StyleSheet.create<Style>({ imageStyle: { width: 25, height: 25, tintColor: "#3b5278", }, });