Expo UI and Router for iOS
Modifiers

indexViewStyle

Sets the style for the page index view inside a TabView. SwiftUI only ships a .page index view style, so no style selector is exposed.

indexViewStyle(config)

ParameterType
config(optional)IndexViewStyleConfig

Sets the style for the page index view inside a TabView. SwiftUI only ships a .page index view style, so no style selector is exposed.

Returns: ModifierConfig

See: Official SwiftUI documentation.

Works with

Sources

The original Expo docs for this page:

On this page