You can customize the styling of GestureViewer.
| Property | Description | Default Value |
|---|---|---|
width | The width of content items. Default is window width. | Dimensions width |
height | The height of content items. Default is window height. | Dimensions height |
containerStyle | Allows custom styling of the container that wraps the list component. | flex: 1 |
backdropStyle | Allows customization of the viewer's background style. | backgroundColor: black; StyleSheet.absoluteFill; |
renderContainer(children, helpers) | Allows custom wrapper component around <GestureViewer />. |