Expo UI and Router for iOS
Modifiers

matchedGeometryEffect

Adds a matched geometry effect to a view.

matchedGeometryEffect(id, namespaceId)

ParameterTypeDescription
idstringThe id of the view.
namespaceIdstringThe namespace id of the view. Use Namespace component to create a namespace.

Adds a matched geometry effect to 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