Home
last modified time | relevance | path

Searched refs:kEXAppLoaderStatusHasManifestAndBundle (Results 1 – 6 of 6) sorted by relevance

/expo/ios/Exponent/Kernel/Core/
H A DEXKernelAppRecord.m45 … == kEXReactAppManagerStatusError && _appLoader.status == kEXAppLoaderStatusHasManifestAndBundle) {
51 if (_appLoader.status == kEXAppLoaderStatusHasManifestAndBundle) {
/expo/ios/Exponent/Kernel/AppLoader/
H A DEXAbstractLoader.h19 kEXAppLoaderStatusHasManifestAndBundle, enumerator
H A DEXEmbeddedHomeLoader.m51 return kEXAppLoaderStatusHasManifestAndBundle;
H A DEXDevelopmentHomeLoader.m83 return kEXAppLoaderStatusHasManifestAndBundle;
H A DEXAppLoaderExpoUpdates.m121 return kEXAppLoaderStatusHasManifestAndBundle;
/expo/ios/Exponent/Kernel/ReactAppManager/
H A DEXReactAppManager.mm259 …pLoaderStatusHasManifest || _appRecord.appLoader.status == kEXAppLoaderStatusHasManifestAndBundle);
312 if (_appRecord.appLoader.status == kEXAppLoaderStatusHasManifestAndBundle) {