|
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<<32a24e0b95fe31cb0fd9f022f6e6d3fb>> |
| 7 | + * @generated SignedSource<<bc37189419aeaea2bfd173ec0a03df96>> |
8 | 8 | * |
9 | 9 | * This file was generated by scripts/js-api/build-types/index.js. |
10 | 10 | */ |
@@ -86,7 +86,6 @@ declare const $$index: { |
86 | 86 | get VirtualizedSectionList(): AnyVirtualizedSectionList |
87 | 87 | } |
88 | 88 | declare const $$NativeDeviceInfo: typeof NativeDeviceInfo_default |
89 | | -declare const $$NativeDialogManagerAndroid: null | Spec | undefined |
90 | 89 | declare const $$ProgressBarAndroidNativeComponent: HostComponent<AndroidProgressBarNativeProps> |
91 | 90 | declare const $$ReactFabric: typeof ReactFabric_default |
92 | 91 | declare const $$ScrollViewContext: typeof ScrollViewContext_default |
@@ -287,7 +286,6 @@ declare const NativeAppEventEmitter: typeof RCTNativeAppEventEmitter_default |
287 | 286 | declare const NativeDeviceInfo_default: { |
288 | 287 | getConstants(): DeviceInfoConstants |
289 | 288 | } |
290 | | -declare const NativeDialogManagerAndroid: typeof $$NativeDialogManagerAndroid |
291 | 289 | declare const NativeModules: typeof NativeModules_default |
292 | 290 | declare let NativeModules_default: { |
293 | 291 | [moduleName: string]: any |
@@ -985,7 +983,6 @@ declare type $$AnimatedView = typeof $$AnimatedView |
985 | 983 | declare type $$flattenStyle = typeof $$flattenStyle |
986 | 984 | declare type $$index = typeof $$index |
987 | 985 | declare type $$NativeDeviceInfo = typeof $$NativeDeviceInfo |
988 | | -declare type $$NativeDialogManagerAndroid = typeof $$NativeDialogManagerAndroid |
989 | 986 | declare type $$ProgressBarAndroidNativeComponent = |
990 | 987 | typeof $$ProgressBarAndroidNativeComponent |
991 | 988 | declare type $$ReactFabric = typeof $$ReactFabric |
@@ -1956,17 +1953,6 @@ declare type DevMenuStatic = { |
1956 | 1953 | show(): void |
1957 | 1954 | } |
1958 | 1955 | declare type DevSettings = typeof DevSettings |
1959 | | -declare type DialogAction = string |
1960 | | -declare type DialogButtonKey = number |
1961 | | -declare type DialogOptions = { |
1962 | | - buttonNegative?: string |
1963 | | - buttonNeutral?: string |
1964 | | - buttonPositive?: string |
1965 | | - cancelable?: boolean |
1966 | | - items?: Array<string> |
1967 | | - message?: string |
1968 | | - title?: string |
1969 | | -} |
1970 | 1956 | declare type diffClamp = typeof diffClamp |
1971 | 1957 | declare class Dimensions { |
1972 | 1958 | static addEventListener(type: "change", handler: Function): EventSubscription |
@@ -3213,7 +3199,6 @@ declare namespace NativeComponentRegistry { |
3213 | 3199 | export { setRuntimeConfigProvider, get, getWithFallback_DEPRECATED } |
3214 | 3200 | } |
3215 | 3201 | declare type NativeComponentType<T extends {}> = HostComponent<T> |
3216 | | -declare type NativeDialogManagerAndroid = typeof NativeDialogManagerAndroid |
3217 | 3202 | declare class NativeEventEmitter< |
3218 | 3203 | TEventToArgsMap extends Readonly< |
3219 | 3204 | Record<string, ReadonlyArray<UnsafeNativeEventObject>> |
@@ -4671,20 +4656,6 @@ declare type ShareOptions = { |
4671 | 4656 | tintColor?: ColorValue |
4672 | 4657 | } |
4673 | 4658 | declare interface Spec extends TurboModule { |
4674 | | - readonly getConstants: () => { |
4675 | | - readonly buttonClicked: DialogAction |
4676 | | - readonly buttonNegative: DialogButtonKey |
4677 | | - readonly buttonNeutral: DialogButtonKey |
4678 | | - readonly buttonPositive: DialogButtonKey |
4679 | | - readonly dismissed: DialogAction |
4680 | | - } |
4681 | | - readonly showAlert: ( |
4682 | | - config: DialogOptions, |
4683 | | - onError: (error: string) => void, |
4684 | | - onAction: (action: DialogAction, buttonKey?: DialogButtonKey) => void, |
4685 | | - ) => void |
4686 | | -} |
4687 | | -declare interface Spec_2 extends TurboModule { |
4688 | 4659 | readonly blur?: (reactTag: number) => void |
4689 | 4660 | readonly clearJSResponder: () => void |
4690 | 4661 | readonly configureNextLayoutAnimation: ( |
@@ -5600,7 +5571,7 @@ declare type TVViewPropsIOS = { |
5600 | 5571 | readonly tvParallaxTiltAngle?: number |
5601 | 5572 | } |
5602 | 5573 | declare type UIManager = typeof UIManager |
5603 | | -declare interface UIManagerJSInterface extends Spec_2 { |
| 5574 | +declare interface UIManagerJSInterface extends Spec { |
5604 | 5575 | readonly getViewManagerConfig: (viewManagerName: string) => Object |
5605 | 5576 | readonly hasViewManagerConfig: (viewManagerName: string) => boolean |
5606 | 5577 | } |
@@ -6079,7 +6050,6 @@ export { |
6079 | 6050 | NativeAppEventEmitter, // 08d4c47d |
6080 | 6051 | NativeColorValue, // d2094c29 |
6081 | 6052 | NativeComponentRegistry, // 6497d2b6 |
6082 | | - NativeDialogManagerAndroid, // 5be8497e |
6083 | 6053 | NativeEventEmitter, // 27f97c1a |
6084 | 6054 | NativeEventSubscription, // de3942e7 |
6085 | 6055 | NativeMethods, // ce1a8622 |
|
0 commit comments