Expo UI and Router for iOS
Modifiers

tint

Sets the tint color of a view.

tint(color)

ParameterTypeDescription
colorColorThe tint color (hex string). For example, #FF0000.

Sets the tint color 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:

  • tint (Modifiers) (source-of-truth/versions/v57.0.0/sdk/ui/swift-ui/modifiers.md)

On this page