Add emitter so I can now send events to the RN core
This commit is contained in:
parent
4e4a92c2a3
commit
7177b9e927
7 changed files with 111 additions and 14 deletions
|
@ -15,10 +15,11 @@ struct RootView: View {
|
|||
|
||||
var body: some View {
|
||||
VStack {
|
||||
Text("Hello to SwiftUI!")
|
||||
ToolboxHeader()
|
||||
if let reactNativeFactory = sharedState.reactNativeFactory {
|
||||
UIReactNativeView(reactNativeFactory)
|
||||
}
|
||||
}
|
||||
.environmentObject(sharedState)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue