|
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<<e62248f4d4932263a592c35ebf383e1a>> |
| 7 | + * @generated SignedSource<<a2099475ab89899f0854f5f13f5d1af7>> |
8 | 8 | * |
9 | 9 | * This file was generated by scripts/js-api/build-types/index.js. |
10 | 10 | */ |
@@ -151,6 +151,10 @@ declare const AnimatedScrollView_default: AnimatedComponentType< |
151 | 151 | > |
152 | 152 | declare const AppState: typeof AppState_default |
153 | 153 | declare const AppState_default: AppStateImpl |
| 154 | +declare const AssetRegistry: { |
| 155 | + getAssetByID(assetId: number): PackagerAsset |
| 156 | + registerAsset(asset: PackagerAsset): number |
| 157 | +} |
154 | 158 | declare const attachNativeEvent: typeof $$AnimatedImplementation.attachNativeEvent |
155 | 159 | declare const BackHandler: typeof BackHandler_default |
156 | 160 | declare const BackHandler_default: TBackHandler |
@@ -1628,6 +1632,8 @@ declare interface ArrayLike_2<T> extends Iterable<T> { |
1628 | 1632 | [indexer: number]: T |
1629 | 1633 | readonly length: number |
1630 | 1634 | } |
| 1635 | +declare type AssetDestPathResolver = "android" | "generic" |
| 1636 | +declare type AssetRegistry = typeof AssetRegistry |
1631 | 1637 | declare type attachNativeEvent = typeof attachNativeEvent |
1632 | 1638 | declare function attachNativeEventImpl( |
1633 | 1639 | viewRef: any, |
@@ -3469,6 +3475,17 @@ declare type OptionalVirtualizedSectionListProps< |
3469 | 3475 | declare type OrientationChangeEvent = { |
3470 | 3476 | readonly orientation: "landscape" | "portrait" |
3471 | 3477 | } |
| 3478 | +declare type PackagerAsset = { |
| 3479 | + readonly fileSystemLocation: string |
| 3480 | + readonly hash: string |
| 3481 | + readonly height: number | undefined |
| 3482 | + readonly httpServerLocation: string |
| 3483 | + readonly name: string |
| 3484 | + readonly resolver?: AssetDestPathResolver |
| 3485 | + readonly scales: Array<number> |
| 3486 | + readonly type: string |
| 3487 | + readonly width: number | undefined |
| 3488 | +} |
3472 | 3489 | declare type PanResponder = typeof PanResponder |
3473 | 3490 | declare type PanResponderCallbacks = { |
3474 | 3491 | readonly onMoveShouldSetPanResponder?: ActiveCallback |
@@ -5915,6 +5932,8 @@ export { |
5915 | 5932 | AppStateEvent, // 80f034c3 |
5916 | 5933 | AppStateStatus, // 447e5ef2 |
5917 | 5934 | Appearance, // 83e9641a |
| 5935 | + AssetDestPathResolver, // 59047424 |
| 5936 | + AssetRegistry, // 6070bb45 |
5918 | 5937 | AutoCapitalize, // c0e857a0 |
5919 | 5938 | BackHandler, // f139fc69 |
5920 | 5939 | BackPressEventName, // 4620fb76 |
@@ -6046,6 +6065,7 @@ export { |
6046 | 6065 | NativeUIEvent, // 44ac26ac |
6047 | 6066 | Networking, // bbc5be42 |
6048 | 6067 | OpaqueColorValue, // 25f3fa5b |
| 6068 | + PackagerAsset, // d1c88cf4 |
6049 | 6069 | PanResponder, // f8f71cac |
6050 | 6070 | PanResponderCallbacks, // 6d63e7be |
6051 | 6071 | PanResponderGestureState, // 54baf558 |
|
0 commit comments