ReactNativeProps
export
ReactNativeProps: Pick<ViewProps, Extract<keyof ViewProps, Exclude<keyof TextProps, "style">>> & Pick<TextProps, Extract<keyof TextProps, Exclude<keyof ViewProps, "style">>> & type __type< > = any;