Add dependency injection
This commit is contained in:
parent
151ed6d78b
commit
bf94769573
9 changed files with 140 additions and 51 deletions
|
@ -9,7 +9,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
|||
var window: UIWindow?
|
||||
|
||||
var reactNativeDelegate: ReactNativeDelegate?
|
||||
private let sharedState = SharedState()
|
||||
let sharedState = SharedState()
|
||||
|
||||
func application(
|
||||
_ application: UIApplication,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue