Home
last modified time | relevance | path

Searched refs:hasCalledJSLoadedNotification (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-dev-menu/ios/
H A DDevMenuViewController.swift11 private var hasCalledJSLoadedNotification: Bool = false variable
80 if !hasCalledJSLoadedNotification, let bridge = manager.appInstance.bridge { in forceRootViewToRenderHack()
84 hasCalledJSLoadedNotification = true in forceRootViewToRenderHack()
97 hasCalledJSLoadedNotification = false in maybeRebuildRootView()
/expo/ios/Client/Menu/
H A DEXDevMenuViewController.m18 @property (nonatomic, assign) BOOL hasCalledJSLoadedNotification; property