Home
last modified time | relevance | path

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

/expo/packages/expo-dev-launcher/ios/Errors/
H A DEXDevLauncherErrorManager.swift8 private weak var currentVC: EXDevLauncherErrorViewController?
45 private func getNextErrorViewController() -> EXDevLauncherErrorViewController? { in getNextErrorViewController()
47 return EXDevLauncherErrorViewController.create(forManager: self) in getNextErrorViewController()
H A DEXDevLauncherErrorViewController.swift6 public class EXDevLauncherErrorViewController: UIViewController, UITableViewDataSource { class
50 …c func create(forManager manager: EXDevLauncherErrorManager) -> EXDevLauncherErrorViewController? { in create()
56 …ntiateViewController(withIdentifier: "EXDevLauncherErrorView") as? EXDevLauncherErrorViewController in create()