Type alias OverlayProps

OverlayProps: {
    componentProps?: ViewProps;
    style?: StyleProp<ViewStyle>;
}

Props for Overlay component

Type declaration

  • Optional componentProps?: ViewProps

    Direct props to set on the React Native component (including iOS and Android specific props). Most use cases should not need this.

  • Optional style?: StyleProp<ViewStyle>

    Style to set on the item

Generated using TypeDoc