| /expo/packages/expo-dev-launcher/bundle/ |
| H A D | apiClient.ts | 21 export async function restClient<T = any>(endpoint: string, options: RequestInit = {}) { 36 const url = `${restEndpoint}${endpoint}`; 49 endpoint: string, 56 return await restClient<T>(endpoint, {
|
| /expo/guides/releasing/ |
| H A D | Versions Endpoint.md | 1 # Updating the Versions endpoint 3 The [versions endpoint](https://expo.io/--/api/v2/versions) ([staging](https://staging.expo.io/--/a… 7 To update a key on staging, run `et update-versions-endpoint --sdkVersion=35.0.0 --key="myKey" --va… 20 …t these using the same `update-versions-endpoint` script using the dot notation, eg: `et update-ve…
|
| H A D | Release Workflow.md | 49 …we will use throughout this process, including `expo-cli`, depend on data in the versions endpoint. 292 …building Expo Go for simulators, uploading the archive to S3 and updating URL in versions endpoint. 295 - `et update-versions-endpoint -k 'iosVersion' -v '2.19.3' --root` 296 …- `et update-versions-endpoint -k 'iosUrl' -v 'https://dpq5q02fu5f55.cloudfront.net/Exponent-2.19.… 326 ## 5.2. Add related packages to versions endpoint 355 **Why:** It's time for everything that uses the production versions endpoint to know about this new… 359 - `et update-versions-endpoint -s ${SDK_MAJOR_VERSION}.0.0 -k 'beta' -v 'true'` 435 ## 6.3. Remove beta tag from new SDK on versions endpoint 437 **Why:** Make the new SDK the default for everything that depends on the versions endpoint, eg: `ex… 441 - `et update-versions-endpoint -s ${SDK_MAJOR_VERSION}.0.0 -k 'beta' --delete` [all …]
|
| /expo/ios/Tests/Api/ |
| H A D | EXApiV2Tests.m | 27 …pectation alloc] initWithDescription:@"Shared apiv2 client should download the versions endpoint"]; 32 …XCTAssertNil(error, @"Unexpected error while fetching versions endpoint: %@", error.localizedDescr… 33 … // versions endpoint doesn't conform to `data` response format, so all we can check here is 38 … XCTAssert(NO, @"EXApiV2Client wasn't able to fetch the versions endpoint"); 47 // this endpoint expects an `ids` parameter, omit it on purpose
|
| /expo/packages/expo-notifications/build/ |
| H A D | getDevicePushTokenAsync.web.js | 57 endpoint: pushSubscriptionJson.endpoint, property
|
| H A D | Tokens.types.d.ts | 9 endpoint: string;
|
| H A D | Tokens.types.js.map | 1 …endpoint: string;\n keys: {\n p256dh: string;\n auth: string;\n };\n };\n}\n\n// …
|
| H A D | getDevicePushTokenAsync.web.js.map | 1 …endpoint. (' +\n error +\n ')'\n );\n }\n const pushSubscriptionJson = pushSubs…
|
| H A D | DevicePushTokenAutoRegistration.fx.js.map | 1 …so that the device push token gets pushed\n * to the given registration endpoint\n * @param enable…
|
| /expo/packages/expo-notifications/src/ |
| H A D | getDevicePushTokenAsync.web.ts | 89 endpoint: pushSubscriptionJson.endpoint,
|
| H A D | Tokens.types.ts | 13 endpoint: string;
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/DevSupport/ |
| H A D | ABI47_0_0RCTInspectorDevServerHelper.mm | 73 NSURL *endpoint = getOpenUrlEndpoint(bundleURL); 78 NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:endpoint];
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/DevSupport/ |
| H A D | ABI49_0_0RCTInspectorDevServerHelper.mm | 73 NSURL *endpoint = getOpenUrlEndpoint(bundleURL); 78 NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:endpoint];
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/DevSupport/ |
| H A D | ABI48_0_0RCTInspectorDevServerHelper.mm | 73 NSURL *endpoint = getOpenUrlEndpoint(bundleURL); 78 NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:endpoint];
|
| /expo/docs/pages/archive/classic-updates/ |
| H A D | hosting-your-app.mdx | 16 …endpoint>` in your project directory and it will output all your app’s static files to a directory…
|
| /expo/packages/expo-auth-session/build/ |
| H A D | Discovery.js.map | 1 …endpoint is used with every authorization grant except for the\n * implicit grant type (since an…
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | image.mdx | 119 Assuming the `app` is a variable that holds a reference to the Express server, an endpoint can be c…
|
| H A D | auth-session.mdx | 79 … Instead, you should store your secret key(s) on a server and expose an endpoint that makes API ca…
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | image.mdx | 119 Assuming the `app` is a variable that holds a reference to the Express server, an endpoint can be c…
|
| H A D | auth-session.mdx | 79 … Instead, you should store your secret key(s) on a server and expose an endpoint that makes API ca…
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | image.mdx | 119 Assuming the `app` is a variable that holds a reference to the Express server, an endpoint can be c…
|
| /expo/fastlane/ |
| H A D | Fastfile | 307 …ble to validate androidClientVersion for latest SDK version on versions endpoint: #{e.inspect}. If…
|
| /expo/docs/pages/develop/development-builds/ |
| H A D | development-workflows.mdx | 59 You can use our endpoint to generate a QR code that can be easily loaded by a development build.
|
| /expo/docs/pages/guides/ |
| H A D | environment-variables.mdx | 9 … when building a test version of your app, or switch to a different API endpoint when building for…
|
| /expo/ios/vendored/sdk47/react-native-svg/apple/Text/ |
| H A D | ABI47_0_0RNSVGTSpan.mm | 950 endpoint-on-the-path, but with appropriate adjustments taking into account 998 distance along the path algorithm. This point is the endpoint-on-the-path for 1006 calculation) between the startpoint-on-the-path and the endpoint-on-the-path.
|