|
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<<a942544e271327a89ec40682d3ec736d>> |
| 7 | + * @generated SignedSource<<c0278cb59893dc84470aac2647d8fd63>> |
8 | 8 | * |
9 | 9 | * This file was generated by scripts/js-api/build-types/index.js. |
10 | 10 | */ |
@@ -558,6 +558,12 @@ declare const Vibration_default: { |
558 | 558 | cancel: () => void |
559 | 559 | vibrate: (pattern?: Array<number> | number, repeat?: boolean) => void |
560 | 560 | } |
| 561 | +declare const View: typeof View_default |
| 562 | +declare const View_default: ( |
| 563 | + props: ViewProps & { |
| 564 | + ref?: React.Ref<React.ComponentRef<typeof $$ViewNativeComponent>> |
| 565 | + }, |
| 566 | +) => React.ReactNode |
561 | 567 | declare const ViewNativeComponent_default: HostComponent<ViewProps> |
562 | 568 | declare const VirtualizedList: typeof VirtualizedListComponent_default |
563 | 569 | declare const VirtualizedListComponent_default: VirtualizedListType |
@@ -5621,11 +5627,7 @@ declare type ValueXYListenerCallback = (value: { |
5621 | 5627 | y: number |
5622 | 5628 | }) => unknown |
5623 | 5629 | declare type Vibration = typeof Vibration |
5624 | | -declare function View( |
5625 | | - props: ViewProps & { |
5626 | | - ref?: React.Ref<React.ComponentRef<typeof $$ViewNativeComponent>> |
5627 | | - }, |
5628 | | -): React.ReactNode |
| 5630 | +declare type View = typeof View |
5629 | 5631 | declare type ViewabilityConfig = { |
5630 | 5632 | readonly itemVisiblePercentThreshold?: number |
5631 | 5633 | readonly minimumViewTime?: number |
@@ -6165,7 +6167,7 @@ export { |
6165 | 6167 | UIManager, // 8d2c8281 |
6166 | 6168 | UTFSequence, // baacd11b |
6167 | 6169 | Vibration, // 315e131d |
6168 | | - View, // 75d9e33b |
| 6170 | + View, // 39dd4de4 |
6169 | 6171 | ViewProps, // 0ab8ceda |
6170 | 6172 | ViewPropsAndroid, // f3d007c3 |
6171 | 6173 | ViewPropsIOS, // 58ee19bf |
|
0 commit comments