NavigationView
Displays a Swift UI NavigationView
Official Docs
Preview
Example Usage
<RNSwiftUI.NavigationView title="Test">
</RNSwiftUI.NavigationView>
Props
| name | type | required | description |
|---|---|---|---|
| children | React.ReactNode | ✓ | The RNSwiftUI view that should be displayed inside of the NavigationView |
| title | string | ✕ | The title of the NavigationView |
extends
SwiftUIViewProperties