UNPKG

create-nova-expo-template

Version:

A template for creating a new React Native app using Expo and TypeScript, with a focus on performance and best practices.

7 lines (5 loc) 196 B
import { ImageProps, ViewStyle, ImageStyle, StyleProp } from "react-native"; export interface ImgProps extends ImageProps { containerStyle?: ViewStyle; style?: StyleProp<ImageStyle>; }