Searched refs:shouldEnableAutoSetup (Results 1 – 9 of 9) sorted by relevance
11 private static var shouldEnableAutoSetup: Bool = { variable25 if ExpoDevMenuReactDelegateHandler.shouldEnableAutoSetup { in createRootView()
25 private val shouldEnableAutoSetup: Boolean by lazy { in <lambda>() constant50 if (shouldEnableAutoSetup && application != null && application is ReactApplication) { in createNativeModules()62 …if (!shouldEnableAutoSetup || intent == null || activityContext == null || activityContext !is Rea… in createReactActivityLifecycleListeners()74 if (!shouldEnableAutoSetup) { in createReactActivityHandlers()
7 if !ExpoDevLauncherReactDelegateHandler.shouldEnableAutoSetup { in application()19 if !ExpoDevLauncherReactDelegateHandler.shouldEnableAutoSetup { in application()
17 static var shouldEnableAutoSetup: Bool = { variable37 if !ExpoDevLauncherReactDelegateHandler.shouldEnableAutoSetup { in createBridge()56 if !ExpoDevLauncherReactDelegateHandler.shouldEnableAutoSetup { in createRootView()
19 private lazy var shouldEnableAutoSetup: Bool = { variable47 if !shouldEnableAutoSetup { in createBridge()67 if !shouldEnableAutoSetup { in createRootView()
25 internal fun shouldEnableAutoSetup(activityContext: Context?): Boolean { in shouldEnableAutoSetup() method51 if (!DevMenuPackageDelegate.shouldEnableAutoSetup(activityContext) || !BuildConfig.DEBUG) { in createReactActivityLifecycleListeners()69 if (!DevMenuPackageDelegate.shouldEnableAutoSetup(activityContext) || !BuildConfig.DEBUG) { in createReactActivityHandlers()