|
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<<42200de8ca10d30541e23b67547d9a13>> |
| 7 | + * @generated SignedSource<<51a4ff32766e21cd2638ff58450f31f9>> |
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 |
@@ -1638,6 +1642,8 @@ declare interface ArrayLike_2<T> extends Iterable<T> { |
1638 | 1642 | [indexer: number]: T |
1639 | 1643 | readonly length: number |
1640 | 1644 | } |
| 1645 | +declare type AssetDestPathResolver = "android" | "generic" |
| 1646 | +declare type AssetRegistry = typeof AssetRegistry |
1641 | 1647 | declare type attachNativeEvent = typeof attachNativeEvent |
1642 | 1648 | declare function attachNativeEventImpl( |
1643 | 1649 | viewRef: any, |
@@ -3479,6 +3485,17 @@ declare type OptionalVirtualizedSectionListProps< |
3479 | 3485 | declare type OrientationChangeEvent = { |
3480 | 3486 | readonly orientation: "landscape" | "portrait" |
3481 | 3487 | } |
| 3488 | +declare type PackagerAsset = { |
| 3489 | + readonly fileSystemLocation: string |
| 3490 | + readonly hash: string |
| 3491 | + readonly height: number | undefined |
| 3492 | + readonly httpServerLocation: string |
| 3493 | + readonly name: string |
| 3494 | + readonly resolver?: AssetDestPathResolver |
| 3495 | + readonly scales: Array<number> |
| 3496 | + readonly type: string |
| 3497 | + readonly width: number | undefined |
| 3498 | +} |
3482 | 3499 | declare type PanResponder = typeof PanResponder |
3483 | 3500 | declare type PanResponderCallbacks = { |
3484 | 3501 | readonly onMoveShouldSetPanResponder?: ActiveCallback |
@@ -5927,6 +5944,8 @@ export { |
5927 | 5944 | AppStateEvent, // 80f034c3 |
5928 | 5945 | AppStateStatus, // 447e5ef2 |
5929 | 5946 | Appearance, // 83e9641a |
| 5947 | + AssetDestPathResolver, // 59047424 |
| 5948 | + AssetRegistry, // 6070bb45 |
5930 | 5949 | AutoCapitalize, // c0e857a0 |
5931 | 5950 | BackHandler, // f139fc69 |
5932 | 5951 | BackPressEventName, // 4620fb76 |
@@ -6060,6 +6079,7 @@ export { |
6060 | 6079 | NativeUIEvent, // 44ac26ac |
6061 | 6080 | Networking, // bbc5be42 |
6062 | 6081 | OpaqueColorValue, // 25f3fa5b |
| 6082 | + PackagerAsset, // d1c88cf4 |
6063 | 6083 | PanResponder, // f8f71cac |
6064 | 6084 | PanResponderCallbacks, // 6d63e7be |
6065 | 6085 | PanResponderGestureState, // 54baf558 |
|
0 commit comments