|
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<<6996c96aed9284cd96a6fa1c64d7df71>> |
| 7 | + * @generated SignedSource<<50d62b14e056bf01b812ab977617a470>> |
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 |
@@ -3217,7 +3203,6 @@ declare namespace NativeComponentRegistry { |
3217 | 3203 | export { setRuntimeConfigProvider, get, getWithFallback_DEPRECATED } |
3218 | 3204 | } |
3219 | 3205 | declare type NativeComponentType<T extends {}> = HostComponent<T> |
3220 | | -declare type NativeDialogManagerAndroid = typeof NativeDialogManagerAndroid |
3221 | 3206 | declare class NativeEventEmitter< |
3222 | 3207 | TEventToArgsMap extends Readonly< |
3223 | 3208 | Record<string, ReadonlyArray<UnsafeNativeEventObject>> |
@@ -4686,20 +4671,6 @@ declare type ShareOptions = { |
4686 | 4671 | tintColor?: ColorValue |
4687 | 4672 | } |
4688 | 4673 | declare interface Spec extends TurboModule { |
4689 | | - readonly getConstants: () => { |
4690 | | - readonly buttonClicked: DialogAction |
4691 | | - readonly buttonNegative: DialogButtonKey |
4692 | | - readonly buttonNeutral: DialogButtonKey |
4693 | | - readonly buttonPositive: DialogButtonKey |
4694 | | - readonly dismissed: DialogAction |
4695 | | - } |
4696 | | - readonly showAlert: ( |
4697 | | - config: DialogOptions, |
4698 | | - onError: (error: string) => void, |
4699 | | - onAction: (action: DialogAction, buttonKey?: DialogButtonKey) => void, |
4700 | | - ) => void |
4701 | | -} |
4702 | | -declare interface Spec_2 extends TurboModule { |
4703 | 4674 | readonly blur?: (reactTag: number) => void |
4704 | 4675 | readonly clearJSResponder: () => void |
4705 | 4676 | readonly configureNextLayoutAnimation: ( |
@@ -5614,7 +5585,7 @@ declare type TVViewPropsIOS = { |
5614 | 5585 | readonly tvParallaxTiltAngle?: number |
5615 | 5586 | } |
5616 | 5587 | declare type UIManager = typeof UIManager |
5617 | | -declare interface UIManagerJSInterface extends Spec_2 { |
| 5588 | +declare interface UIManagerJSInterface extends Spec { |
5618 | 5589 | readonly getViewManagerConfig: (viewManagerName: string) => Object |
5619 | 5590 | readonly hasViewManagerConfig: (viewManagerName: string) => boolean |
5620 | 5591 | } |
@@ -6093,7 +6064,6 @@ export { |
6093 | 6064 | NativeAppEventEmitter, // 08d4c47d |
6094 | 6065 | NativeColorValue, // d2094c29 |
6095 | 6066 | NativeComponentRegistry, // 21481a60 |
6096 | | - NativeDialogManagerAndroid, // 5be8497e |
6097 | 6067 | NativeEventEmitter, // 27f97c1a |
6098 | 6068 | NativeEventSubscription, // de3942e7 |
6099 | 6069 | NativeMethods, // a2311987 |
|
0 commit comments