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