StylessReactNativeViewProps
reexport
type StylessReactNativeViewProps = Omit<ViewProps, "style"> & {Â Â onPress?: () => void;}Defined in
@native-html/transient-render-engineReact Native View props, minus the style prop.