Expo UI and Router for iOS
Modifiers

refreshable

Marks a view as refreshable. Adds pull-to-refresh functionality.

refreshable(handler)

ParameterTypeDescription
handler() => Promise<void>Async function to call when refresh is triggered.

Marks a view as refreshable. Adds pull-to-refresh functionality.

Returns: ModifierConfig

See: Official SwiftUI documentation.

Works with

Sources

The original Expo docs for this page:

On this page