Custom View
Integrates a custom Swift UI View into React Native.
More information can be found under Custom Views
Preview
Example Usage
<RNSwiftUI.RootView>
<RNSwiftUI.CustomView key="some_Key" />
<RNSwiftUI.RootView/>
Props
name | type | required | description |
---|---|---|---|
key | string | ✓ | The key of the native view |
extends
SwiftUIViewProperties
&&SwiftUIViewValues