Home
last modified time | relevance | path

Searched defs:showError (Results 1 – 2 of 2) sorted by relevance

/expo/packages/expo-dev-launcher/ios/Errors/
H A DEXDevLauncherErrorManager.swift26 public func showError(_ error: EXDevLauncherAppError) { in showError() function
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/launcher/errors/
H A DDevLauncherErrorActivity.kt117 fun showError(activity: Activity, error: DevLauncherAppError) { in showError() method