|
4 | 4 | * This source code is licensed under the MIT license found in the |
5 | 5 | * LICENSE file in the root directory of this source tree. |
6 | 6 | * |
7 | | - * @generated SignedSource<<040a8eb579cea089295c7137db40e0d6>> |
| 7 | + * @generated SignedSource<<12492be040f09380b7c2649ed77e7f0a>> |
8 | 8 | * |
9 | 9 | * This file was generated by scripts/js-api/build-types/index.js. |
10 | 10 | */ |
@@ -84,7 +84,7 @@ declare const $$index: { |
84 | 84 | get VirtualizedListContextResetter(): VirtualizedListContextResetterT |
85 | 85 | get VirtualizedSectionList(): AnyVirtualizedSectionList |
86 | 86 | } |
87 | | -declare const $$NativeDeviceInfo: typeof NativeDeviceInfo_default |
| 87 | +declare const $$NativeDeviceInfo: typeof NativeModule_default |
88 | 88 | declare const $$ReactFabric: typeof ReactFabric_default |
89 | 89 | declare const $$ScrollViewContext: typeof ScrollViewContext_default |
90 | 90 | declare const absoluteFill: AbsoluteFillStyle |
@@ -281,9 +281,7 @@ declare const multiplyImpl: ( |
281 | 281 | b: AnimatedNode_default | number, |
282 | 282 | ) => AnimatedMultiplication_default |
283 | 283 | declare const NativeAppEventEmitter: typeof RCTNativeAppEventEmitter_default |
284 | | -declare const NativeDeviceInfo_default: { |
285 | | - getConstants(): DeviceInfoConstants |
286 | | -} |
| 284 | +declare const NativeModule_default: Spec |
287 | 285 | declare const NativeModules: typeof NativeModules_default |
288 | 286 | declare let NativeModules_default: { |
289 | 287 | [moduleName: string]: any |
@@ -4511,6 +4509,9 @@ declare type ShareOptions = { |
4511 | 4509 | tintColor?: ColorValue |
4512 | 4510 | } |
4513 | 4511 | declare interface Spec extends TurboModule { |
| 4512 | + readonly getConstants: () => DeviceInfoConstants |
| 4513 | +} |
| 4514 | +declare interface Spec_2 extends TurboModule { |
4514 | 4515 | readonly blur?: (reactTag: number) => void |
4515 | 4516 | readonly focus?: (reactTag: number) => void |
4516 | 4517 | readonly getConstantsForViewManager?: ( |
@@ -5358,7 +5359,7 @@ declare type TVViewPropsIOS = { |
5358 | 5359 | readonly tvParallaxTiltAngle?: number |
5359 | 5360 | } |
5360 | 5361 | declare type UIManager = typeof UIManager |
5361 | | -declare interface UIManagerJSInterface extends Spec { |
| 5362 | +declare interface UIManagerJSInterface extends Spec_2 { |
5362 | 5363 | readonly getViewManagerConfig: (viewManagerName: string) => Object |
5363 | 5364 | readonly hasViewManagerConfig: (viewManagerName: string) => boolean |
5364 | 5365 | } |
@@ -5749,7 +5750,7 @@ export { |
5749 | 5750 | DevMenu, // 21b8b7a9 |
5750 | 5751 | DevSettings, // e55b91dc |
5751 | 5752 | DeviceEventEmitter, // bdbdd014 |
5752 | | - DeviceInfo, // 521bfb71 |
| 5753 | + DeviceInfo, // 0f5a517b |
5753 | 5754 | DeviceInfoConstants, // 279e7858 |
5754 | 5755 | DimensionValue, // b163a381 |
5755 | 5756 | Dimensions, // 980ef68c |
|
0 commit comments