Home
last modified time | relevance | path

Searched refs:manifestString (Results 1 – 25 of 37) sorted by relevance

12

/expo/packages/expo-updates/build/
H A DUpdates.js70 export const manifest = (ExpoUpdates.manifestString ? JSON.parse(ExpoUpdates.manifestString) : Expo…
144 if (result.manifestString) {
145 result.manifest = JSON.parse(result.manifestString);
146 delete result.manifestString;
224 if (result.manifestString) {
225 result.manifest = JSON.parse(result.manifestString);
226 delete result.manifestString;
H A DUpdatesEmitter.js22 if (newParams.manifestString) {
23 newParams.manifest = JSON.parse(newParams.manifestString);
24 delete newParams.manifestString;
H A DUpdatesEmitter.js.map1 …n if (newParams.manifestString) {\n newParams.manifest = JSON.parse(newParams.manifestString);…
/expo/packages/expo-updates/src/
H A DUpdates.ts94 (ExpoUpdates.manifestString ? JSON.parse(ExpoUpdates.manifestString) : ExpoUpdates.manifest) ??
179 if (result.manifestString) {
180 result.manifest = JSON.parse(result.manifestString);
181 delete result.manifestString;
274 if (result.manifestString) {
275 result.manifest = JSON.parse(result.manifestString);
276 delete result.manifestString;
H A DUpdatesEmitter.ts30 if (newParams.manifestString) {
31 newParams.manifest = JSON.parse(newParams.manifestString);
32 delete newParams.manifestString;
/expo/home/menu/
H A DDevMenuServerInfo.tsx10 task: { manifestUrl: string; manifestString: string };
14 const manifest = task.manifestString
15 ? (JSON.parse(task.manifestString) as typeof Constants.manifest | typeof Constants.manifest2)
H A DDevMenuTaskInfo.tsx8 task: { manifestUrl: string; manifestString: string };
52 const manifest = task.manifestString
53 ? (JSON.parse(task.manifestString) as typeof Constants.manifest | typeof Constants.manifest2)
H A DDevMenuApp.tsx41 { task: { manifestUrl: string; manifestString: string }; uuid: string },
50 task: { manifestUrl: string; manifestString: string };
/expo/packages/expo-dev-launcher/android/src/debug/java/expo/modules/devlauncher/modules/
H A DDevLauncherModule.kt15 val manifestString = try { in getName() constant
27 "manifestString" to manifestString, in getName()
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/manifest/
H A DEmbeddedManifest.kt26 val manifestString = IOUtils.toString(stream, "UTF-8") in <lambda>() constant
27 val manifestJson = JSONObject(manifestString) in <lambda>()
/expo/packages/expo-constants/build/
H A DConstants.js16 else if (NativeModulesProxy.ExpoUpdates.manifestString) {
17 updatesManifest = JSON.parse(NativeModulesProxy.ExpoUpdates.manifestString);
27 if (NativeModules.EXDevLauncher.manifestString) {
28 devLauncherManifest = JSON.parse(NativeModules.EXDevLauncher.manifestString);
/expo/packages/expo-constants/src/
H A DConstants.ts53 } else if (NativeModulesProxy.ExpoUpdates.manifestString) {
54 updatesManifest = JSON.parse(NativeModulesProxy.ExpoUpdates.manifestString);
65 if (NativeModules.EXDevLauncher.manifestString) {
66 devLauncherManifest = JSON.parse(NativeModules.EXDevLauncher.manifestString);
/expo/packages/expo-dev-launcher/android/src/test/java/expo/modules/devlauncher/launcher/configurators/
H A DDevLauncherExpoActivityConfiguratorTest.kt69 private fun verifyOrientation(expectedOrientation: Int, manifestString: String) { in verifyOrientation()
70 val manifest = Manifest.fromManifestJson(JSONObject(manifestString)) in verifyOrientation()
94 …pectedColor: Int?, expectedTranslucent: Boolean, expectedHidden: Boolean, manifestString: String) { in verifyStatusBar()
109 val manifest = Manifest.fromManifestJson(JSONObject(manifestString)) in verifyStatusBar()
150 …expectedStyle: String?, expectedColor: Int?, expectedVisibility: String?, manifestString: String) { in verifyNavigationBar()
163 val manifest = Manifest.fromManifestJson(JSONObject(manifestString)) in verifyNavigationBar()
/expo/packages/expo-insights/android/src/main/java/expo/modules/insights/
H A DExpoInsightsModule.kt44 val manifestString = appContext.constants?.constants?.get("manifest") as? String in <lambda>() constant
45 if (manifestString.isNullOrEmpty()) { in <lambda>()
49 val manifest = JSONObject(manifestString) in <lambda>()
/expo/packages/expo/build/launch/
H A DregisterRootComponent.d.ts6 manifestString?: string;
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/insights/
H A DExpoInsightsModule.kt44 val manifestString = appContext.constants?.constants?.get("manifest") as? String in <lambda>() constant
45 if (manifestString.isNullOrEmpty()) { in <lambda>()
49 val manifest = JSONObject(manifestString) in <lambda>()
/expo/packages/expo-updates/e2e/fixtures/project_files/e2e/tests/utils/
H A Dserver.ts209 const manifestString = JSON.stringify(manifest); constant
210 const hashSignature = signRSASHA256(manifestString, privateKey);
222 const manifestString = JSON.stringify(manifest); constant
223 const hashSignature = signRSASHA256(manifestString, privateKey);
/expo/packages/expo-updates/src/__tests__/
H A DUpdates-test.ios.ts36 manifestString: JSON.stringify(fakeManifest),
55 manifestString: JSON.stringify(fakeManifest),
/expo/ios/Client/Menu/
H A DEXDevMenuViewController.m99 NSString *manifestString = nil;
105 manifestString = [[NSString alloc] initWithData:jsonData encoding:NSUTF8StringEncoding];
112 @"manifestString": manifestString ?: [NSNull null],
/expo/packages/expo-constants/src/__tests__/
H A DConstants-test.ts119 mockExpoUpdates({ manifest: fakeManifestNew, manifestString: undefined });
127 mockExpoUpdates({ manifest: undefined, manifestString: JSON.stringify(fakeManifestNew) });
135 mockExpoUpdates({ manifest: undefined, manifestString: undefined });
/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/manifest/
H A DUpdateManifestMetadataTest.kt30 val manifestString = in setupManifest() constant
32 manifest = NewManifest(JSONObject(manifestString)) in setupManifest()
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/loader/
H A DFileDownloader.kt444 val manifestString = if (isSignatureInBody) { in <lambda>() constant
449 val preManifest = JSONObject(manifestString) in <lambda>()
457 manifestString, in <lambda>()
704 manifestString: String, in <lambda>()
708 return JSONObject(manifestString) in <lambda>()
717 val manifestArray = JSONArray(manifestString) in <lambda>()
728 "Manifest string is not a valid JSONObject or JSONArray: $manifestString", in <lambda>()
732 …K Versions supported: " + configuration.sdkVersion + " Provided manifestString: " + manifestString) in <lambda>()
/expo/packages/expo-dev-launcher/ios/Tests/
H A DEXDevLauncherManifestParserTests.m186 …NSString *manifestString = @"{\"name\":\"testproject\",\"slug\":\"testproject\",\"version\":\"1.0.…
187 NSData *jsonData = [manifestString dataUsingEncoding:NSUTF8StringEncoding];
219 …NSString *manifestString = @"{\"name\":\"testproject\",\"slug\":\"testproject\",\"version\":\"1.0.…
220 NSData *jsonData = [manifestString dataUsingEncoding:NSUTF8StringEncoding];
246 …NSString *manifestString = @"{\"name\":\"testproject\",\"slug\":\"testproject\",\"version\":\"1.0.…
247 NSData *jsonData = [manifestString dataUsingEncoding:NSUTF8StringEncoding];
272 NSString *manifestString = @"{invalid json}";
273 NSData *jsonData = [manifestString dataUsingEncoding:NSUTF8StringEncoding];
/expo/packages/expo-dev-launcher/ios/
H A DEXDevLauncher.m28 …@"manifestString": manifestStringData ? [[NSString alloc] initWithData:manifestStringData encoding…
/expo/packages/expo/src/launch/
H A DregisterRootComponent.tsx9 manifestString?: string;

12