Expo UI and Router for iOS
Modifiers

unredacted

Removes any redaction reason inherited from an ancestor redacted(...) for this subtree. The counterpart to redacted; use it to exempt specific content from a redacted parent. Maps to SwiftUI's unredacted().

unredacted()

Removes any redaction reason inherited from an ancestor redacted(...) for this subtree. The counterpart to redacted; use it to exempt specific content from a redacted parent. Maps to SwiftUI's unredacted().

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