Searched defs:isUsingDeveloperTool (Results 1 – 7 of 7) sorted by relevance
107 const isUsingDeveloperTool = !!(manifest as any).developer?.tool; constant
81 const isUsingDeveloperTool = !!manifest.developer?.tool; constant
195 - (BOOL)isUsingDeveloperTool { method
200 - (BOOL)isUsingDeveloperTool { method
99 fun isUsingDeveloperTool(): Boolean { in updateJSON() method in expo.modules.manifests.core.Manifest
247 public func isUsingDeveloperTool() -> Bool { in isUsingDeveloperTool() function