Expo UI and Router for iOS
Modifiers

ignoreSafeArea

Allows a view to ignore safe area constraints.

ignoreSafeArea(params)

ParameterTypeDescription
params(optional){ edges: 'top' | 'bottom' | 'vertical' | 'horizontal' | 'leading' | 'trailing' | 'all', regions: 'container' | 'all' | 'keyboard' }The safe area regions to ignore and the edges to expand into.

Allows a view to ignore safe area constraints.

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