Home
last modified time | relevance | path

Searched refs:EXFatalErrorType (Results 1 – 3 of 3) sorted by relevance

/expo/ios/Exponent/Kernel/Views/
H A DEXErrorView.h8 typedef enum EXFatalErrorType { enum
11 } EXFatalErrorType; typedef
22 @property (nonatomic, assign) EXFatalErrorType type;
H A DEXErrorView.m50 - (void)setType:(EXFatalErrorType)type
H A DEXAppViewController.m758 - (void)_showErrorWithType:(EXFatalErrorType)type error:(nullable NSError *)error