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