Hello for SwiftUI
This commit is contained in:
parent
14aa6a777b
commit
4e4a92c2a3
5 changed files with 75 additions and 33 deletions
16
ios/Native/Application/SharedState.swift
Normal file
16
ios/Native/Application/SharedState.swift
Normal file
|
@ -0,0 +1,16 @@
|
|||
//
|
||||
// SharedState.swift
|
||||
// RNPlayground
|
||||
//
|
||||
// Created by Artur Gurgul on 02/08/2025.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
import Combine
|
||||
import React
|
||||
import React_RCTAppDelegate
|
||||
import ReactAppDependencyProvider
|
||||
|
||||
final class SharedState: ObservableObject {
|
||||
var reactNativeFactory: RCTReactNativeFactory?
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue