Expo UI and Router for iOS
Modifiers

rotation3DEffect

Applies a 3D rotation transformation.

rotation3DEffect(params)

ParameterTypeDescription
params{ angle: number, axis: { x: number, y: number, z: number }, perspective: number }The rotation parameters: angle (in degrees), axis (x, y, z), and perspective.

Applies a 3D rotation transformation.

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