Skip to main content

StylessReactNativeViewProps

reexport
type StylessReactNativeViewProps = Omit<ViewProps, "style"> & {
  onPress?: () => void;
}

React Native View props, minus the style prop.