Searched defs:reactNativeHost (Results 1 – 5 of 5) sorted by relevance
26 val reactNativeHost = mockk<ReactNativeHost>(relaxed = true) in allowReinitialization() constant
65 …layLoadAppHandler getDelayLoadAppHandler(ReactActivity activity, ReactNativeHost reactNativeHost) { in getDelayLoadAppHandler()
39 val reactNativeHost = mockk<ReactNativeHost>(relaxed = true) in setup() constant
69 private var reactNativeHost: WeakReference<ReactNativeHost>? = if (context is ReactApplication) { variable