Expo UI and Router for iOS
Modifiers

activityBackgroundTint

Sets the background tint color for a Live Activity.

activityBackgroundTint(color)

ParameterTypeDescription
colorColor | nullThe background tint color, or null to use the system default.

Sets the background tint color for a Live Activity.

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