Home
last modified time | relevance | path

Searched refs:hasUrlQueryParam (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-dev-launcher/ios/
H A DEXDevLauncherURLHelper.swift41 public static func hasUrlQueryParam(_ url: URL) -> Bool { in hasUrlQueryParam() function
42 var hasUrlQueryParam = false in hasUrlQueryParam() variable
49 hasUrlQueryParam = true in hasUrlQueryParam()
52 return hasUrlQueryParam in hasUrlQueryParam()
H A DEXDevLauncherController.m347 if (![EXDevLauncherURLHelper hasUrlQueryParam:url]) {
/expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/helpers/
H A DDevLauncherURLHelper.kt9 fun hasUrlQueryParam(uri: Uri): Boolean { in <lambda>() method
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/
H A DDevLauncherController.kt207 if (!hasUrlQueryParam(uri)) { in <lambda>()