|
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<<d895833bed3d3c274a6647773deaa023>> |
| 7 | + * @generated SignedSource<<ec10e8f9c4d6c2a03f0cb032a4501bde>> |
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 |
@@ -4503,6 +4501,9 @@ declare type ShareOptions = { |
4503 | 4501 | tintColor?: ColorValue |
4504 | 4502 | } |
4505 | 4503 | declare interface Spec extends TurboModule { |
| 4504 | + readonly getConstants: () => DeviceInfoConstants |
| 4505 | +} |
| 4506 | +declare interface Spec_2 extends TurboModule { |
4506 | 4507 | readonly blur?: (reactTag: number) => void |
4507 | 4508 | readonly focus?: (reactTag: number) => void |
4508 | 4509 | readonly getConstantsForViewManager?: ( |
@@ -5350,7 +5351,7 @@ declare type TVViewPropsIOS = { |
5350 | 5351 | readonly tvParallaxTiltAngle?: number |
5351 | 5352 | } |
5352 | 5353 | declare type UIManager = typeof UIManager |
5353 | | -declare interface UIManagerJSInterface extends Spec { |
| 5354 | +declare interface UIManagerJSInterface extends Spec_2 { |
5354 | 5355 | readonly getViewManagerConfig: (viewManagerName: string) => Object |
5355 | 5356 | readonly hasViewManagerConfig: (viewManagerName: string) => boolean |
5356 | 5357 | } |
@@ -5741,7 +5742,7 @@ export { |
5741 | 5742 | DevMenu, // 21b8b7a9 |
5742 | 5743 | DevSettings, // e55b91dc |
5743 | 5744 | DeviceEventEmitter, // bdbdd014 |
5744 | | - DeviceInfo, // 521bfb71 |
| 5745 | + DeviceInfo, // 0f5a517b |
5745 | 5746 | DeviceInfoConstants, // 279e7858 |
5746 | 5747 | DimensionValue, // b163a381 |
5747 | 5748 | Dimensions, // 980ef68c |
|
0 commit comments