| /expo/packages/expo-notifications/build/ |
| H A D | NotificationScheduler.types.js.map | 1 …number>;\n}\n\nexport interface ChannelAwareTriggerInput {\n type: 'channel';\n channelId?: stri…
|
| H A D | Notifications.types.js.map | 1 …number;\n year?: number;\n month?: number;\n day?: number;\n hour?: number;\n minut…
|
| /expo/packages/expo-linear-gradient/build/ |
| H A D | NativeLinearGradient.types.js.map | 1 …number[];\n locations?: number[] | null;\n startPoint?: NativeLinearGradientPoint | null;\n …
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Utilities/ |
| H A D | PixelRatio.js.flow | 14 static get(): number; 15 static getFontScale(): number; 16 static getPixelSizeForLayoutSize(layoutSize: number): number; 17 static roundToNearestPixel(layoutSize: number): number;
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Lists/ |
| H A D | FlatList.js.flow | 37 index: number, 39 length: number, 40 offset: number, 41 index: number, 45 initialNumToRender?: ?number, 49 numColumns?: number, 51 fadingEdgeLength?: ?number, 87 index: number, 88 viewOffset?: number, 89 viewPosition?: number, [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Lists/ |
| H A D | FlatList.js.flow | 38 index: number, 40 length: number, 41 offset: number, 42 index: number, 46 initialNumToRender?: ?number, 50 numColumns?: number, 52 fadingEdgeLength?: ?number, 88 index: number, 89 viewOffset?: number, 90 viewPosition?: number, [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/DOM/OldStyleCollections/ |
| H A D | NodeList.js.flow | 16 [index: number]: T; 17 +length: number; 18 item(index: number): T | null; 19 entries(): Iterator<[number, T]>; 21 callbackFn: (value: T, index: number, array: NodeList<T>) => mixed, 24 keys(): Iterator<number>;
|
| /expo/packages/expo-branch/ios/EXBranch/RNBranch/ |
| H A D | RNBranchConfig.m | 120 NSNumber *number = self[RNBranchConfigDebugModeOption]; 121 return number.boolValue; 126 NSNumber *number = self[RNBranchConfigUseTestInstanceOption]; 127 return number.boolValue; 132 NSNumber *number = self[RNBranchConfigDelayInitToCheckForSearchAdsOption]; 133 return number.boolValue; 138 NSNumber *number = self[RNBranchConfigAppleSearchAdsDebugModeOption]; 139 return number.boolValue; 145 return number.boolValue; 150 NSNumber *number = self[RNBranchConfigEnableFacebookLinkCheck]; [all …]
|
| /expo/packages/expo-linear-gradient/src/ |
| H A D | NativeLinearGradient.web.tsx | 57 colors: number[] | string[], 58 locations?: number[] | null, 61 width: number = 1, 62 height: number = 1 70 width: number, 71 height: number, 104 function calculateGradientColors(colors: number[] | string[], locations?: number[] | null) { 105 return colors.map((color: number | string, index: number): string | void => {
|
| /expo/packages/expo/build/environment/ |
| H A D | getInitialSafeArea.js.map | 1 …nt":["export function getInitialSafeArea(): { top: number; bottom: number; left: number; right: nu…
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/StyleSheet/__tests__/__snapshots__/ |
| H A D | processAspectRatio-test.js.snap | 3 …o should not accept invalid formats 1`] = `"aspectRatio must either be a number, a ratio string or… 5 …o should not accept invalid formats 2`] = `"aspectRatio must either be a number, a ratio string or… 7 …o should not accept invalid formats 3`] = `"aspectRatio must either be a number, a ratio string or… 9 … not accept non string truthy types 1`] = `"aspectRatio must either be a number, a ratio string or… 11 … not accept non string truthy types 2`] = `"aspectRatio must either be a number, a ratio string or… 13 … not accept non string truthy types 3`] = `"aspectRatio must either be a number, a ratio string or…
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/StyleSheet/__tests__/__snapshots__/ |
| H A D | processAspectRatio-test.js.snap | 3 …o should not accept invalid formats 1`] = `"aspectRatio must either be a number, a ratio string or… 5 …o should not accept invalid formats 2`] = `"aspectRatio must either be a number, a ratio string or… 7 …o should not accept invalid formats 3`] = `"aspectRatio must either be a number, a ratio string or… 9 … not accept non string truthy types 1`] = `"aspectRatio must either be a number, a ratio string or… 11 … not accept non string truthy types 2`] = `"aspectRatio must either be a number, a ratio string or… 13 … not accept non string truthy types 3`] = `"aspectRatio must either be a number, a ratio string or…
|
| /expo/apps/native-component-list/src/screens/GL/ |
| H A D | ProcessingInAndOutScreen.tsx | 10 const harom = (ax: number, ay: number, bx: number, by: number, level: number, ratio: number) => {
|
| /expo/packages/expo-modules-core/build/uuid/ |
| H A D | uuid.types.js.map | 1 …\n */\n v5: (\n value: number[] | string,\n namespace: number[] | string,\n buf?: numb…
|
| /expo/.github/workflows/ |
| H A D | docs-pr-deploy.yml | 55 aws s3api create-bucket --bucket docs.expo.dev-pr-${{ github.event.pull_request.number }} 58 …lic-access-block --bucket docs.expo.dev-pr-${{ github.event.pull_request.number }} --public-access… 61 …number }} --policy "{\"Version\":\"2012-10-17\",\"Statement\":[{\"Sid\":\"\",\"Effect\":\"Allow\",… 64 …aws s3 website s3://docs.expo.dev-pr-${{ github.event.pull_request.number }}/ --index-document ind… 75 AWS_BUCKET: 'docs.expo.dev-pr-${{ github.event.pull_request.number }}' 81 AWS_BUCKET: docs.expo.dev-pr-${{ github.event.pull_request.number }} 87 issue-number: ${{ github.event.pull_request.number }} 97 issue_number: context.issue.number, 100 … [preview website](http://docs.expo.dev-pr-${{ github.event.pull_request.number }}.s3-website-us-e… 109 issue_number: context.issue.number, [all …]
|
| /expo/packages/expo-linear-gradient/src/__tests__/ |
| H A D | LinearGradient-test.web.tsx | 28 // // Ensure the correct number of colors are present 37 const startPoint: [number, number] = [0, 0]; 38 const endPoint: [number, number] = [1, 1];
|
| /expo/packages/expo-sqlite/build/ |
| H A D | SQLite.types.js.map | 1 …number,\n creationCallback?: DatabaseCallback\n ) => Database;\n}\n\n// @docsMissing\nexport t…
|
| /expo/apps/native-component-list/src/screens/AV/ |
| H A D | AudioPlayer.tsx | 12 | number 33 positionMillis: number; 34 durationMillis: number; 35 rate: number; 36 volume: number; 37 audioPan: number; 117 _setPositionAsync = async (position: number) => this._sound?.setPositionAsync(position); 123 _setVolumeAsync = async (volume: number, audioPan?: number) => 127 rate: number,
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/yoga/yoga/ |
| H A D | ABI47_0_0YGNodePrint.cpp | 56 const ABI47_0_0YGValue number) { in appendNumberIfNotUndefined() argument 57 if (number.unit != ABI47_0_0YGUnitUndefined) { in appendNumberIfNotUndefined() 58 if (number.unit == ABI47_0_0YGUnitAuto) { in appendNumberIfNotUndefined() 61 string unit = number.unit == ABI47_0_0YGUnitPoint ? "px" : "%%"; in appendNumberIfNotUndefined() 71 const ABI47_0_0YGValue number) { in appendNumberIfNotAuto() argument 72 if (number.unit != ABI47_0_0YGUnitAuto) { in appendNumberIfNotAuto() 73 appendNumberIfNotUndefined(base, key, number); in appendNumberIfNotAuto() 80 const ABI47_0_0YGValue number) { in appendNumberIfNotZero() argument 81 if (number.unit == ABI47_0_0YGUnitAuto) { in appendNumberIfNotZero() 83 } else if (!ABI47_0_0YGFloatsEqual(number.value, 0)) { in appendNumberIfNotZero() [all …]
|
| /expo/packages/expo-modules-core/ios/Tests/ |
| H A D | JavaScriptRuntimeSpec.swift | 41 let number = try! runtime.eval("1.23") in spec() variable 42 expect(number.isNumber()) == true in spec() 43 expect(number.kind) == .number in spec() 44 expect(try! number.asInt()) == 1 in spec() 45 expect(try! number.asDouble()) == 1.23 in spec()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/ |
| H A D | JavaScriptRuntimeSpec.swift | 41 let number = try! runtime.eval("1.23") in spec() variable 42 expect(number.isNumber()) == true in spec() 43 expect(number.kind) == .number in spec() 44 expect(try! number.asInt()) == 1 in spec() 45 expect(try! number.asDouble()) == 1.23 in spec()
|
| /expo/packages/expo-maps/build/ |
| H A D | Common.types.js.map | 1 …number;\n /**\n * The longitude of the point in degrees. Use decimal degrees as opposed to degr…
|
| /expo/packages/@expo/metro-runtime/build/error-overlay/UI/ |
| H A D | LogBoxStyle.js.map | 1 …number): string {\n return `rgba(0, 0, 0, ${opacity == null ? 1 : opacity})`;\n // return `rgba(…
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/yoga/yoga/ |
| H A D | ABI49_0_0YGNodePrint.cpp | 56 const ABI49_0_0YGValue number) { in appendNumberIfNotUndefined() argument 57 if (number.unit != ABI49_0_0YGUnitUndefined) { in appendNumberIfNotUndefined() 58 if (number.unit == ABI49_0_0YGUnitAuto) { in appendNumberIfNotUndefined() 61 string unit = number.unit == ABI49_0_0YGUnitPoint ? "px" : "%%"; in appendNumberIfNotUndefined() 71 const ABI49_0_0YGValue number) { in appendNumberIfNotAuto() argument 72 if (number.unit != ABI49_0_0YGUnitAuto) { in appendNumberIfNotAuto() 73 appendNumberIfNotUndefined(base, key, number); in appendNumberIfNotAuto() 80 const ABI49_0_0YGValue number) { in appendNumberIfNotZero() argument 81 if (number.unit == ABI49_0_0YGUnitAuto) { in appendNumberIfNotZero() 83 } else if (!ABI49_0_0YGFloatsEqual(number.value, 0)) { in appendNumberIfNotZero() [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/yoga/yoga/ |
| H A D | ABI48_0_0YGNodePrint.cpp | 56 const ABI48_0_0YGValue number) { in appendNumberIfNotUndefined() argument 57 if (number.unit != ABI48_0_0YGUnitUndefined) { in appendNumberIfNotUndefined() 58 if (number.unit == ABI48_0_0YGUnitAuto) { in appendNumberIfNotUndefined() 61 string unit = number.unit == ABI48_0_0YGUnitPoint ? "px" : "%%"; in appendNumberIfNotUndefined() 71 const ABI48_0_0YGValue number) { in appendNumberIfNotAuto() argument 72 if (number.unit != ABI48_0_0YGUnitAuto) { in appendNumberIfNotAuto() 73 appendNumberIfNotUndefined(base, key, number); in appendNumberIfNotAuto() 80 const ABI48_0_0YGValue number) { in appendNumberIfNotZero() argument 81 if (number.unit == ABI48_0_0YGUnitAuto) { in appendNumberIfNotZero() 83 } else if (!ABI48_0_0YGFloatsEqual(number.value, 0)) { in appendNumberIfNotZero() [all …]
|