Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type ValueOfUnion<T, K> = T extends any
: empty
: empty;
type MergeUnion<T> = {
[K in KeysOfUnion<T>]?: ValueOfUnion<T, K>,
[K in KeysOfUnion<T>]: ValueOfUnion<T, K>,
};
type MaximumOneOf<T extends {...}> = Values<{
[K in keyof T]: $Exact<{
Expand Down
134 changes: 67 additions & 67 deletions packages/react-native/ReactNativeApi.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @generated SignedSource<<b9b585fcbb02d3993acbc3e73d30c3e3>>
* @generated SignedSource<<11a381ef834067b34a87f03601dae5b8>>
*
* This file was generated by scripts/js-api/build-types/index.js.
*/
Expand Down Expand Up @@ -3004,7 +3004,7 @@ declare type MeasureOnSuccessCallback = (
pageX: number,
pageY: number,
) => void
declare type MergeUnion<T> = { [K in KeysOfUnion<T>]?: ValueOfUnion<T, K> }
declare type MergeUnion<T> = { [K in KeysOfUnion<T>]: ValueOfUnion<T, K> }
declare type Message = {
readonly content: string
readonly substitutions: ReadonlyArray<{
Expand Down Expand Up @@ -5773,18 +5773,18 @@ export {
AccessibilityValue, // cf8bcb74
ActionSheetIOS, // b558559e
ActionSheetIOSOptions, // 1756eb5a
ActivityIndicator, // c26e203c
ActivityIndicator, // c19f8e85
ActivityIndicatorInstance, // 1b5e0dd5
ActivityIndicatorProps, // 329be4ac
ActivityIndicatorProps, // c84fdf52
Alert, // a398a509
AlertButton, // bf1a3b60
AlertButtonStyle, // ec9fb242
AlertOptions, // 8a116d2a
AlertType, // 5ab91217
AndroidKeyboardEvent, // e03becc8
Animated, // 0f1a0259
Animated, // c578864d
AppConfig, // 35c0ca70
AppRegistry, // edec2a30
AppRegistry, // a13def83
AppState, // 12012be5
AppStateEvent, // 80f034c3
AppStateStatus, // 447e5ef2
Expand All @@ -5796,8 +5796,8 @@ export {
BackPressEventName, // 4620fb76
BlurEvent, // d5e68e96
BoxShadowValue, // b679703f
Button, // d206ac5f
ButtonInstance, // eb97aec0
Button, // e66dcb5a
ButtonInstance, // 148853bd
ButtonProps, // 563c2a2f
Clipboard, // 41addb89
CodegenTypes, // 9067fd06
Expand All @@ -5816,9 +5816,9 @@ export {
DimensionsPayload, // 653bc26c
DisplayMetrics, // 1dc35cef
DisplayMetricsAndroid, // 872e62eb
DrawerLayoutAndroid, // cd0272d1
DrawerLayoutAndroid, // 286b46eb
DrawerLayoutAndroidInstance, // aa243cbf
DrawerLayoutAndroidProps, // 491e918a
DrawerLayoutAndroidProps, // e7c2acd1
DrawerSlideEvent, // 38213685
DropShadowValue, // e9df2606
DynamicColorIOS, // d96c228c
Expand All @@ -5834,9 +5834,9 @@ export {
EventSubscription, // b8d084aa
ExtendedExceptionData, // 5a6ccf5a
FilterFunction, // bf24c0e3
FlatList, // 0310fdb6
FlatListInstance, // e0fdaa52
FlatListProps, // dc08b4b1
FlatList, // 6e40758c
FlatListInstance, // 5d58db56
FlatListProps, // 93193cd9
FocusEvent, // f2e4363d
FontVariant, // 7c7558bb
GestureResponderEvent, // 5cd2a663
Expand All @@ -5847,37 +5847,37 @@ export {
IEventEmitter, // fbef6131
IOSKeyboardEvent, // e67bfe3a
IgnorePattern, // ec6f6ece
Image, // a086a246
ImageBackground, // 627f52e5
ImageBackgroundInstance, // 867f518d
ImageBackgroundProps, // d787f734
Image, // 51375de3
ImageBackground, // 59b3c022
ImageBackgroundInstance, // ba8fc821
ImageBackgroundProps, // 9a8bb600
ImageErrorEvent, // b6227714
ImageInstance, // df709524
ImageLoadEvent, // 31709c38
ImageProgressEventIOS, // 9243d460
ImageProps, // c3de80fb
ImageProps, // 9e5488b1
ImagePropsAndroid, // ee00e1d5
ImagePropsBase, // 32741b7f
ImagePropsBase, // 10328dbd
ImagePropsIOS, // 1998f91a
ImageRequireSource, // 681d683b
ImageResizeMode, // d51106e2
ImageResolvedAssetSource, // f3060931
ImageSize, // 1c47cf88
ImageSource, // ea31cf4a
ImageSourcePropType, // f522e093
ImageStyle, // 85dc694a
ImageStyle, // c8962086
ImageURISource, // 443d047c
InputAccessoryView, // ab6e2a66
InputAccessoryViewProps, // 73685b83
InputAccessoryView, // 3d5e4baa
InputAccessoryViewProps, // 0910370c
InputModeOptions, // 4e8581b9
Insets, // e7fe432a
KeyDownEvent, // a12d46ea
KeyEvent, // 20fa4267
KeyUpEvent, // 0b5d0144
Keyboard, // 49414c97
KeyboardAvoidingView, // 1744521b
KeyboardAvoidingViewInstance, // 15c3d21e
KeyboardAvoidingViewProps, // cda19922
KeyboardAvoidingView, // 85598607
KeyboardAvoidingViewInstance, // 20583a27
KeyboardAvoidingViewProps, // 9be2cbd0
KeyboardEvent, // c3f895d4
KeyboardEventEasing, // af4091c8
KeyboardEventName, // 59299ad6
Expand All @@ -5902,10 +5902,10 @@ export {
MeasureInWindowOnSuccessCallback, // a285f598
MeasureLayoutOnSuccessCallback, // 3592502a
MeasureOnSuccessCallback, // 82824e59
Modal, // ee56dff1
Modal, // 7ee4a938
ModalBaseProps, // a6e4334f
ModalInstance, // 0f04c1bf
ModalProps, // 3e80b2d1
ModalProps, // f5cd3c1d
ModalPropsAndroid, // 515fb173
ModalPropsIOS, // a65a8f5c
ModeChangeEvent, // ccf30dc4
Expand Down Expand Up @@ -5941,25 +5941,25 @@ export {
PointerEvent, // a506d9d7
PressabilityConfig, // 0fd655fe
PressabilityEventHandlers, // be359ba3
Pressable, // f5c95a14
Pressable, // 568f46ee
PressableAndroidRippleConfig, // ee32eaca
PressableInstance, // ed26f040
PressableProps, // 063d8c2f
PressableProps, // ac010a69
PressableStateCallbackType, // f83728cd
ProcessedColorValue, // 33f74304
ProgressBarAndroid, // c807c0a6
ProgressBarAndroid, // 3317b977
ProgressBarAndroidInstance, // f17242be
ProgressBarAndroidProps, // 02bc1abf
ProgressBarAndroidProps, // 9147b102
PublicRootInstance, // 8040afd7
PublicTextInstance, // f9adf69a
PushNotificationEventName, // 84e7e150
PushNotificationIOS, // b4d1fe78
PushNotificationPermissions, // c2e7ae4f
Rationale, // 5df1b1c1
ReactNativeVersion, // abd76827
RefreshControl, // 8fe2a42d
RefreshControlInstance, // 8aa4a6b9
RefreshControlProps, // 8aed873e
RefreshControl, // 910d4043
RefreshControlInstance, // 4439305f
RefreshControlProps, // 25492a6c
RefreshControlPropsAndroid, // 8ac931ca
RefreshControlPropsIOS, // 72a36381
Registry, // 6c39216d
Expand All @@ -5968,27 +5968,27 @@ export {
Role, // af7b889d
RootTag, // 3cd10504
RootTagContext, // 38bfc8f6
RootViewStyleProvider, // d5909148
RootViewStyleProvider, // a7863f22
Runnable, // 594dd93a
Runnables, // 4367c557
SafeAreaView, // 25729076
SafeAreaView, // 46906094
SafeAreaViewInstance, // 2b5d4391
ScaledSize, // 07e417c7
ScrollEvent, // 956fdb27
ScrollResponderType, // 9125e854
ScrollResponderType, // 202ff45d
ScrollToLocationParamsType, // d7ecdad1
ScrollView, // 0b86db09
ScrollViewImperativeMethods, // cd84ceba
ScrollViewInstance, // 9ef84dc0
ScrollViewProps, // b1e4c530
ScrollView, // 14910588
ScrollViewImperativeMethods, // a14ab92c
ScrollViewInstance, // 41cb3271
ScrollViewProps, // dd43c1c9
ScrollViewPropsAndroid, // 02f3df2e
ScrollViewPropsIOS, // c378379b
ScrollViewScrollToOptions, // 3313411e
SectionBase, // 9f13db00
SectionList, // f5d7910c
SectionList, // baf67654
SectionListData, // 1a4de01a
SectionListInstance, // 6be3310d
SectionListProps, // d9205401
SectionListInstance, // 586779d6
SectionListProps, // c818fe43
SectionListRenderItem, // 715b2086
SectionListRenderItemInfo, // 4a48a922
Separators, // 6a45f7e3
Expand All @@ -6005,19 +6005,19 @@ export {
StatusBarProps, // c2a44d88
StatusBarStyle, // 78f53eea
StyleProp, // fa0e9b4a
StyleSheet, // 8bb13f55
StyleSheet, // 0975d80d
SubmitBehavior, // c4ddf490
Switch, // 1f9fd5fe
Switch, // 8db339b0
SwitchChangeEvent, // 3b472666
SwitchInstance, // 73dce99f
SwitchProps, // 0cf0ca94
SwitchProps, // ee3f0b47
Systrace, // 626d178c
TVViewPropsIOS, // 330ce7b5
TargetedEvent, // 16e98910
TaskProvider, // 266dedf2
Text, // 39a4d091
Text, // 2e9c89f9
TextContentType, // 239b3ecc
TextInput, // c5051f93
TextInput, // b3137961
TextInputAndroidProps, // 9ebbc103
TextInputBlurEvent, // b4c7a58c
TextInputChangeEvent, // 92363e10
Expand All @@ -6027,46 +6027,46 @@ export {
TextInputIOSProps, // fb3c9327
TextInputInstance, // 53fe7b73
TextInputKeyPressEvent, // cbbc322a
TextInputProps, // 98ed4f48
TextInputProps, // fa5904d7
TextInputSelectionChangeEvent, // 4a8f10c2
TextInputSubmitEditingEvent, // e811fdbd
TextInstance, // 7c7e2069
TextLayoutEvent, // 1a21e24a
TextProps, // e4fdaaad
TextStyle, // 898adfd1
TextProps, // a7b6391e
TextStyle, // 9b278311
ToastAndroid, // 88a8969a
TouchableHighlight, // dfe22b5e
TouchableHighlight, // f37e79a1
TouchableHighlightInstance, // 811af7ca
TouchableHighlightProps, // 5f4cfc79
TouchableNativeFeedback, // 5f193fd5
TouchableNativeFeedbackInstance, // 373fa09b
TouchableNativeFeedbackProps, // 0b5f505c
TouchableOpacity, // 23a4c4d8
TouchableHighlightProps, // 368a3fdc
TouchableNativeFeedback, // 9dde3777
TouchableNativeFeedbackInstance, // a64005b2
TouchableNativeFeedbackProps, // 617c3994
TouchableOpacity, // d56bd858
TouchableOpacityInstance, // 0cd8a347
TouchableOpacityProps, // 80e07098
TouchableWithoutFeedback, // a397bd6c
TouchableWithoutFeedbackProps, // 9dfdc3eb
TransformsStyle, // 65e70f18
TouchableOpacityProps, // ae807ce5
TouchableWithoutFeedback, // b077ed78
TouchableWithoutFeedbackProps, // b4af043e
TransformsStyle, // bd31025f
TurboModule, // dfe29706
TurboModuleRegistry, // 4ace6db2
UIManager, // 6a18fc05
UTFSequence, // ad625158
Vibration, // 31e4bbf8
View, // f2cbdff6
View, // da541102
ViewInstance, // 0283d2fc
ViewProps, // 42f4a247
ViewProps, // 9e092849
ViewPropsAndroid, // 46410bb6
ViewPropsIOS, // 58ee19bf
ViewStyle, // 4e2746d6
ViewStyle, // 7ca06cb8
ViewabilityConfig, // eb3f7ed8
ViewabilityConfigCallbackPair, // bdd0788c
VirtualViewMode, // 6be59722
VirtualizedList, // 68c7345e
VirtualizedListInstance, // 423ee7c0
VirtualizedListProps, // 2adf5953
VirtualizedListProps, // fa23790e
VirtualizedSectionList, // 9fd9cd61
VirtualizedSectionListInstance, // 12b706d5
VirtualizedSectionListProps, // 6fa4cb18
VirtualizedSectionListProps, // eaeda7a8
WrapperComponentProvider, // 9b4247f6
codegenNativeCommands, // 322f3f4e
codegenNativeComponent, // e8334853
Expand Down
Loading