react-native-app-helpers/TextProps Props to be given to text components. Usage import type { TextProps } from "react-native-app-helpers"; const example: TextProps = { onPress(): void { console.log('Press.'); }, children: "Example Children", };