Skip to main content

NavigationView

Displays a Swift UI NavigationView

Official Docs

Preview

no preview available

Example Usage

<RNSwiftUI.NavigationView title="Test">

</RNSwiftUI.NavigationView>

Props

nametyperequireddescription
childrenReact.ReactNodeThe RNSwiftUI view that should be displayed inside of the NavigationView
titlestringThe title of the NavigationView

extends SwiftUIViewProperties