Home
last modified time | relevance | path

Searched refs:numbers (Results 1 – 25 of 61) sorted by relevance

123

/expo/apps/test-suite/tests/
H A DSMSCommon.js50 const numbers = ['0123456789', '9876543210']; variable
64 await SMS.sendSMSAsync(numbers, 'test with image', {
74 await SMS.sendSMSAsync(numbers, 'test with two images', {
91 await SMS.sendSMSAsync(numbers, 'test with audio', {
/expo/tools/src/
H A DGit.ts351 const numbers = stdout constant
356 if (numbers.length !== 2) {
359 const [ahead, behind] = numbers;
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI48_0_0conversions.h463 auto numbers = (std::vector<Float>)parameters; in fromRawValue() local
464 ABI48_0_0React_native_assert(numbers.size() == transformMatrix.matrix.size()); in fromRawValue()
466 for (auto number : numbers) { in fromRawValue()
497 auto numbers = (std::vector<Float>)parameters; in fromRawValue() local
499 Transform::Translate(numbers.at(0), numbers.at(1), 0); in fromRawValue()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI47_0_0conversions.h463 auto numbers = (std::vector<Float>)parameters; in fromRawValue() local
464 ABI47_0_0React_native_assert(numbers.size() == transformMatrix.matrix.size()); in fromRawValue()
466 for (auto number : numbers) { in fromRawValue()
497 auto numbers = (std::vector<Float>)parameters; in fromRawValue() local
499 Transform::Translate(numbers.at(0), numbers.at(1), 0); in fromRawValue()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/view/
H A DABI49_0_0conversions.h521 auto numbers = (std::vector<Float>)parameters; in fromRawValue() local
522 ABI49_0_0React_native_expect(numbers.size() == transformMatrix.matrix.size()); in fromRawValue()
524 for (auto number : numbers) { in fromRawValue()
555 auto numbers = (std::vector<Float>)parameters; in fromRawValue() local
557 Transform::Translate(numbers.at(0), numbers.at(1), 0); in fromRawValue()
/expo/packages/expo-localization/build/
H A DLocalization.types.js.map1numbers.\n *\n * @example `','`, `'.'`\n */\n decimalSeparator: string;\n /**\n * Digit …
H A DLocalization.js.map1numbers.\n *\n * @example `','`, `'.'`\n */\nexport const decimalSeparator = ExpoLocalization.deci…
/expo/packages/@expo/metro-runtime/src/error-overlay/UI/
H A DAnsiHighlight.tsx56 // Remove the vertical bar after line numbers
/expo/apps/native-component-list/src/screens/
H A DSMSScreen.tsx72 placeholder="Phone numbers, comma separated"
/expo/docs/pages/eas-update/
H A Druntime-versions.mdx115 …jects that contain custom native code and that update the native version numbers (`"buildNumber"` …
117 …that this policy does require the developer to manage the native version numbers manually between …
153 …o manage the runtime version manually, separately from any other version numbers present in a proj…
/expo/home/screens/DeleteAccountScreen/
H A DOTPStep.tsx123 <Text type="InterSemiBold">SMS numbers</Text>
/expo/guides/releasing/
H A DRelease Branches.md10 - [Incrementing Version Numbers](#incrementing-version-numbers)
60numbers requires careful thought. There is one invariant we want to maintain: **when we create the…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/NativeAnimation/Nodes/
H A DABI47_0_0RCTInterpolationAnimatedNode.m49 * Supports string shapes by extracting numbers so new values can be computed,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/NativeAnimation/Nodes/
H A DABI48_0_0RCTInterpolationAnimatedNode.m49 * Supports string shapes by extracting numbers so new values can be computed,
/expo/packages/expo-sms/build/
H A DSMS.js.map1 …esses and message.\n *\n * @param addresses An array of addresses (phone numbers) or single addres…
/expo/docs/pages/archive/classic-updates/
H A Drelease-channels.mdx29 A release channel name can only contain lowercase letters, numbers and special characters `.`, `_` …
/expo/packages/@expo/metro-runtime/build/error-overlay/UI/
H A DAnsiHighlight.js.map1 … => {\n if (key === 1) {\n // Remove the vertical bar after line numbers\n return con…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Ddevice.mdx129 …ersion string. Note that the version string may not always contain three numbers separated by dots.
139 … string as described [here](https://source.android.com/setup/start/build-numbers). On iOS, this co…
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Scheduling/
H A DEXNotificationSchedulerModule.m194 dateComponents.month = [month integerValue] + 1; // iOS uses 1-12 based numbers for months
/expo/packages/expo-sqlite/build/
H A DSQLite.types.js.map1 …sted in the `arguments` parameter.\n * @param args An array of values (numbers, strings or nulls…
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Scheduling/
H A DABI48_0_0EXNotificationSchedulerModule.m194 dateComponents.month = [month integerValue] + 1; // iOS uses 1-12 based numbers for months
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Scheduling/
H A DABI49_0_0EXNotificationSchedulerModule.m194 dateComponents.month = [month integerValue] + 1; // iOS uses 1-12 based numbers for months
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Scheduling/
H A DABI47_0_0EXNotificationSchedulerModule.m194 dateComponents.month = [month integerValue] + 1; // iOS uses 1-12 based numbers for months
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/
H A DABI48_0_0RCTJavaScriptLoader.mm355 // Progress values are in bytes transform them to kilobytes for smaller numbers.
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/
H A DABI47_0_0RCTJavaScriptLoader.mm355 // Progress values are in bytes transform them to kilobytes for smaller numbers.

123