| /expo/apps/test-suite/tests/ |
| H A D | SMSCommon.js | 50 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 D | Git.ts | 351 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 D | ABI48_0_0conversions.h | 463 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 D | ABI47_0_0conversions.h | 463 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 D | ABI49_0_0conversions.h | 521 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 D | Localization.types.js.map | 1 …numbers.\n *\n * @example `','`, `'.'`\n */\n decimalSeparator: string;\n /**\n * Digit …
|
| H A D | Localization.js.map | 1 …numbers.\n *\n * @example `','`, `'.'`\n */\nexport const decimalSeparator = ExpoLocalization.deci…
|
| /expo/packages/@expo/metro-runtime/src/error-overlay/UI/ |
| H A D | AnsiHighlight.tsx | 56 // Remove the vertical bar after line numbers
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | SMSScreen.tsx | 72 placeholder="Phone numbers, comma separated"
|
| /expo/docs/pages/eas-update/ |
| H A D | runtime-versions.mdx | 115 …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 D | OTPStep.tsx | 123 <Text type="InterSemiBold">SMS numbers</Text>
|
| /expo/guides/releasing/ |
| H A D | Release Branches.md | 10 - [Incrementing Version Numbers](#incrementing-version-numbers) 60 …numbers 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 D | ABI47_0_0RCTInterpolationAnimatedNode.m | 49 * 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 D | ABI48_0_0RCTInterpolationAnimatedNode.m | 49 * Supports string shapes by extracting numbers so new values can be computed,
|
| /expo/packages/expo-sms/build/ |
| H A D | SMS.js.map | 1 …esses and message.\n *\n * @param addresses An array of addresses (phone numbers) or single addres…
|
| /expo/docs/pages/archive/classic-updates/ |
| H A D | release-channels.mdx | 29 A release channel name can only contain lowercase letters, numbers and special characters `.`, `_` …
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/UI/ |
| H A D | AnsiHighlight.js.map | 1 … => {\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 D | device.mdx | 129 …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 D | EXNotificationSchedulerModule.m | 194 dateComponents.month = [month integerValue] + 1; // iOS uses 1-12 based numbers for months
|
| /expo/packages/expo-sqlite/build/ |
| H A D | SQLite.types.js.map | 1 …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 D | ABI48_0_0EXNotificationSchedulerModule.m | 194 dateComponents.month = [month integerValue] + 1; // iOS uses 1-12 based numbers for months
|
| /expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Scheduling/ |
| H A D | ABI49_0_0EXNotificationSchedulerModule.m | 194 dateComponents.month = [month integerValue] + 1; // iOS uses 1-12 based numbers for months
|
| /expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Scheduling/ |
| H A D | ABI47_0_0EXNotificationSchedulerModule.m | 194 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 D | ABI48_0_0RCTJavaScriptLoader.mm | 355 // 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 D | ABI47_0_0RCTJavaScriptLoader.mm | 355 // Progress values are in bytes transform them to kilobytes for smaller numbers.
|