Searched refs:appStoreUrl (Results 1 – 14 of 14) sorted by relevance
| /expo/packages/expo-router/node/ |
| H A D | getExpoConstantsManifest.js | 128 const { bundleIdentifier, appStoreUrl } = ios; 135 url: appStoreUrl,
|
| /expo/packages/expo-store-review/src/ |
| H A D | StoreReview.ts | 58 return expoConfig.ios.appStoreUrl ?? null;
|
| /expo/home/graphql/queries/ |
| H A D | BranchesForProjectQuery.query.graphql | 19 appStoreUrl
|
| H A D | ProjectQuery.query.graphql | 17 appStoreUrl
|
| /expo/packages/expo-store-review/build/ |
| H A D | StoreReview.js | 54 return expoConfig.ios.appStoreUrl ?? null;
|
| H A D | StoreReview.js.map | 1 …appStoreUrl` fields are filled out in your `app.json`\"\n );\n }\n}\n\n// @needsAudit\n/**\n *…
|
| /expo/packages/@expo/config-plugins/src/plugins/__tests__/ |
| H A D | ios-plugins-test.ts | 42 appStoreUrl: 'underlying',
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | StoreReview.tsx | 18 …return 'You will need to add ios.appStoreUrl, and android.playStoreUrl to your app.config.js in or…
|
| /expo/packages/@expo/config-types/src/ |
| H A D | ExpoConfig.ts | 340 appStoreUrl?: string; property
|
| /expo/packages/@expo/config-types/build/ |
| H A D | ExpoConfig.d.ts | 336 appStoreUrl?: string; property
|
| /expo/packages/@expo/prebuild-config/src/plugins/__tests__/ |
| H A D | withDefaultPlugins-test.ts | 108 appStoreUrl: 'https://itunes.apple.com/us/app/pillar-valley/id1336398804?ls=1&mt=8',
|
| /expo/docs/pages/guides/ |
| H A D | progressive-web-apps.mdx | 82 appStoreUrl: 'app store url',
|
| /expo/packages/@expo/prebuild-config/src/plugins/__tests__/__snapshots__/ |
| H A D | withDefaultPlugins-test.ts.snap | 398 "appStoreUrl": "https://itunes.apple.com/us/app/pillar-valley/id1336398804?ls=1&mt=8", 1695 "appStoreUrl": "https://itunes.apple.com/us/app/pillar-valley/id1336398804?ls=1&mt=8", 2675 "appStoreUrl": "https://itunes.apple.com/us/app/pillar-valley/id1336398804?ls=1&mt=8",
|
| /expo/home/graphql/ |
| H A D | types.ts | 994 appStoreUrl?: Maybe<Scalars['String']>; 5469 …tion: string, githubUrl?: string | null, playStoreUrl?: string | null, appStoreUrl?: string | null… 5507 …tion: string, githubUrl?: string | null, playStoreUrl?: string | null, appStoreUrl?: string | null…
|