Expo UI and Router for iOS
Modifiers

contrast

Adjusts the contrast of a view.

contrast(amount)

ParameterTypeDescription
amountnumberContrast multiplier (0 to infinity, 1 = normal).

Adjusts the contrast of a view.

Returns: ModifierConfig

See: Official SwiftUI documentation.

Works with

This modifier works with any view. These components accept it:

Sources

The original Expo docs for this page:

On this page