Expo UI and Router for iOS
Modifiers

environment

Sets a SwiftUI environment value.

environment(config)

Overload #1

ParameterType
configEnvironmentConfig

Sets a SwiftUI environment value.

Returns: ModifierConfig

See: Official SwiftUI documentation.

environment(key, value)

Overload #2

ParameterType
key'colorScheme' | 'editMode' | 'locale' | 'timeZone'
valuestring

Sets a SwiftUI environment value.

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