Expo UI and Router for iOS
Modifiers

scrollContentBackground

Specifies the visibility of the background for scrollable views within this view.

scrollContentBackground(visible)

ParameterTypeDescription
visible'automatic' | 'visible' | 'hidden'The visibility of the background.

Specifies the visibility of the background for scrollable views within this view.

Returns: ModifierConfig

See: Official SwiftUI documentation.

Works with

Sources

The original Expo docs for this page:

On this page