@office-iss/react-native-win32 0.81.2 → 0.81.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,456 @@
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ * @flow strict-local
8
+ * @format
9
+ */
10
+
11
+ // ----------------------------------------------------------------------------
12
+ // Types entry point for react-native.
13
+ //
14
+ // Exports of this module define the public API for React Native at development
15
+ // time, and are automatically translated to TypeScript when we publish to npm.
16
+ //
17
+ // IMPORTANT: Keep this file in sync with index.js. Test your changes whenever
18
+ // updating React Native's public API.
19
+ // ----------------------------------------------------------------------------
20
+
21
+ /// <reference path="../src/types/globals.d.ts" />
22
+
23
+ // #region Components
24
+
25
+ export type {ActivityIndicatorProps} from './Libraries/Components/ActivityIndicator/ActivityIndicator';
26
+ export {default as ActivityIndicator} from './Libraries/Components/ActivityIndicator/ActivityIndicator';
27
+
28
+ export type {ButtonProps} from './Libraries/Components/Button';
29
+ export {default as Button} from './Libraries/Components/Button';
30
+
31
+ export type {
32
+ DrawerLayoutAndroidProps,
33
+ DrawerSlideEvent,
34
+ } from './Libraries/Components/DrawerAndroid/DrawerLayoutAndroid';
35
+ export {default as DrawerLayoutAndroid} from './Libraries/Components/DrawerAndroid/DrawerLayoutAndroid';
36
+
37
+ export type {FlatListProps} from './Libraries/Lists/FlatList';
38
+ export {default as FlatList} from './Libraries/Lists/FlatList';
39
+
40
+ export type {
41
+ ImageBackgroundProps,
42
+ ImageErrorEvent,
43
+ ImageLoadEvent,
44
+ ImageProgressEventIOS,
45
+ ImageProps,
46
+ ImagePropsAndroid,
47
+ ImagePropsBase,
48
+ ImagePropsIOS,
49
+ ImageResolvedAssetSource,
50
+ ImageSize,
51
+ ImageSourcePropType,
52
+ } from './Libraries/Image/Image';
53
+ export type {
54
+ ImageRequireSource,
55
+ ImageSource,
56
+ ImageURISource,
57
+ } from './Libraries/Image/ImageSource';
58
+ export {default as Image} from './Libraries/Image/Image';
59
+ export {default as ImageBackground} from './Libraries/Image/ImageBackground';
60
+
61
+ export type {InputAccessoryViewProps} from './Libraries/Components/TextInput/InputAccessoryView';
62
+ export {default as InputAccessoryView} from './Libraries/Components/TextInput/InputAccessoryView';
63
+
64
+ export type {KeyboardAvoidingViewProps} from './Libraries/Components/Keyboard/KeyboardAvoidingView';
65
+ export {default as KeyboardAvoidingView} from './Libraries/Components/Keyboard/KeyboardAvoidingView';
66
+
67
+ export type {LayoutConformanceProps} from './Libraries/Components/LayoutConformance/LayoutConformance';
68
+ export {default as experimental_LayoutConformance} from './Libraries/Components/LayoutConformance/LayoutConformance';
69
+
70
+ export type {
71
+ ModalBaseProps,
72
+ ModalProps,
73
+ ModalPropsAndroid,
74
+ ModalPropsIOS,
75
+ } from './Libraries/Modal/Modal';
76
+ export {default as Modal} from './Libraries/Modal/Modal';
77
+
78
+ export type {
79
+ PressableAndroidRippleConfig,
80
+ PressableProps,
81
+ PressableStateCallbackType,
82
+ } from './Libraries/Components/Pressable/Pressable';
83
+ export {default as Pressable} from './Libraries/Components/Pressable/Pressable';
84
+
85
+ export type {ProgressBarAndroidProps} from './Libraries/Components/ProgressBarAndroid/ProgressBarAndroid';
86
+ export {default as ProgressBarAndroid} from './Libraries/Components/ProgressBarAndroid/ProgressBarAndroid';
87
+
88
+ export type {
89
+ RefreshControlProps,
90
+ RefreshControlPropsAndroid,
91
+ RefreshControlPropsIOS,
92
+ } from './Libraries/Components/RefreshControl/RefreshControl';
93
+ export {default as RefreshControl} from './Libraries/Components/RefreshControl/RefreshControl';
94
+
95
+ export {default as SafeAreaView} from './Libraries/Components/SafeAreaView/SafeAreaView';
96
+
97
+ export type {
98
+ ScrollViewImperativeMethods,
99
+ ScrollViewScrollToOptions,
100
+ ScrollResponderType,
101
+ ScrollViewProps,
102
+ ScrollViewPropsAndroid,
103
+ ScrollViewPropsIOS,
104
+ } from './Libraries/Components/ScrollView/ScrollView';
105
+ export {default as ScrollView} from './Libraries/Components/ScrollView/ScrollView';
106
+
107
+ export type {
108
+ SectionListProps,
109
+ SectionListRenderItem,
110
+ SectionListRenderItemInfo,
111
+ SectionListData,
112
+ } from './Libraries/Lists/SectionList';
113
+ export {default as SectionList} from './Libraries/Lists/SectionList';
114
+
115
+ export type {
116
+ StatusBarAnimation,
117
+ StatusBarProps,
118
+ StatusBarStyle,
119
+ } from './Libraries/Components/StatusBar/StatusBar';
120
+ export {default as StatusBar} from './Libraries/Components/StatusBar/StatusBar';
121
+
122
+ export type {
123
+ SwitchChangeEvent,
124
+ SwitchProps,
125
+ } from './Libraries/Components/Switch/Switch';
126
+ export {default as Switch} from './Libraries/Components/Switch/Switch';
127
+
128
+ export type {TextProps} from './Libraries/Text/Text';
129
+ export {default as Text} from './Libraries/Text/Text';
130
+ export {default as unstable_TextAncestorContext} from './Libraries/Text/TextAncestorContext';
131
+
132
+ export type {
133
+ AutoCapitalize,
134
+ EnterKeyHintTypeOptions,
135
+ KeyboardTypeOptions,
136
+ InputModeOptions,
137
+ TextContentType,
138
+ TextInputAndroidProps,
139
+ TextInputIOSProps,
140
+ TextInputProps,
141
+ TextInputChangeEvent,
142
+ TextInputContentSizeChangeEvent,
143
+ TextInputEndEditingEvent,
144
+ TextInputFocusEvent,
145
+ TextInputKeyPressEvent,
146
+ TextInputSelectionChangeEvent,
147
+ TextInputSubmitEditingEvent,
148
+ ReturnKeyTypeOptions,
149
+ SubmitBehavior,
150
+ } from './Libraries/Components/TextInput/TextInput';
151
+ export {default as TextInput} from './Libraries/Components/TextInput/TextInput';
152
+
153
+ export {default as Touchable} from './Libraries/Components/Touchable/Touchable';
154
+
155
+ export type {TouchableHighlightProps} from './Libraries/Components/Touchable/TouchableHighlight';
156
+ export {default as TouchableHighlight} from './Libraries/Components/Touchable/TouchableHighlight';
157
+
158
+ export type {TouchableNativeFeedbackProps} from './Libraries/Components/Touchable/TouchableNativeFeedback';
159
+ export {default as TouchableNativeFeedback} from './Libraries/Components/Touchable/TouchableNativeFeedback';
160
+
161
+ export type {TouchableOpacityProps} from './Libraries/Components/Touchable/TouchableOpacity';
162
+ export {default as TouchableOpacity} from './Libraries/Components/Touchable/TouchableOpacity';
163
+
164
+ export type {TouchableWithoutFeedbackProps} from './Libraries/Components/Touchable/TouchableWithoutFeedback';
165
+ export {default as TouchableWithoutFeedback} from './Libraries/Components/Touchable/TouchableWithoutFeedback';
166
+
167
+ export type {
168
+ AccessibilityActionEvent,
169
+ AccessibilityProps,
170
+ AccessibilityRole,
171
+ AccessibilityState,
172
+ AccessibilityValue,
173
+ Role,
174
+ } from './Libraries/Components/View/ViewAccessibility';
175
+ export type {
176
+ GestureResponderHandlers,
177
+ TVViewPropsIOS,
178
+ ViewProps,
179
+ ViewPropsAndroid,
180
+ ViewPropsIOS,
181
+ } from './Libraries/Components/View/ViewPropTypes';
182
+ export {default as View} from './Libraries/Components/View/View';
183
+
184
+ export type {
185
+ ListRenderItemInfo,
186
+ ListRenderItem,
187
+ Separators,
188
+ VirtualizedListProps,
189
+ } from './Libraries/Lists/VirtualizedList';
190
+ export {default as VirtualizedList} from './Libraries/Lists/VirtualizedList';
191
+
192
+ export type {
193
+ ScrollToLocationParamsType,
194
+ SectionBase,
195
+ VirtualizedSectionListProps,
196
+ } from './Libraries/Lists/VirtualizedSectionList';
197
+ export {default as VirtualizedSectionList} from './Libraries/Lists/VirtualizedSectionList';
198
+
199
+ // #endregion
200
+ // #region APIs
201
+
202
+ export {default as AccessibilityInfo} from './Libraries/Components/AccessibilityInfo/AccessibilityInfo';
203
+
204
+ export type {
205
+ ActionSheetIOSOptions,
206
+ ShareActionSheetIOSOptions,
207
+ ShareActionSheetError,
208
+ } from './Libraries/ActionSheetIOS/ActionSheetIOS';
209
+ export {default as ActionSheetIOS} from './Libraries/ActionSheetIOS/ActionSheetIOS';
210
+
211
+ export type {
212
+ AlertType,
213
+ AlertButtonStyle,
214
+ AlertButton,
215
+ AlertOptions,
216
+ } from './Libraries/Alert/Alert';
217
+ export {default as Alert} from './Libraries/Alert/Alert';
218
+
219
+ export {default as Animated} from './Libraries/Animated/Animated';
220
+
221
+ export * as Appearance from './Libraries/Utilities/Appearance';
222
+
223
+ export type {
224
+ TaskProvider,
225
+ ComponentProvider,
226
+ ComponentProviderInstrumentationHook,
227
+ AppConfig,
228
+ Runnable,
229
+ Runnables,
230
+ Registry,
231
+ WrapperComponentProvider,
232
+ RootViewStyleProvider,
233
+ } from './Libraries/ReactNative/AppRegistry';
234
+ export {AppRegistry} from './Libraries/ReactNative/AppRegistry';
235
+
236
+ export type {
237
+ AppStateStatus,
238
+ AppStateEvent,
239
+ } from './Libraries/AppState/AppState';
240
+ export {default as AppState} from './Libraries/AppState/AppState';
241
+
242
+ export type {BackPressEventName} from './Libraries/Utilities/BackHandler';
243
+ export {default as BackHandler} from './Libraries/Utilities/BackHandler';
244
+
245
+ export {default as Clipboard} from './Libraries/Components/Clipboard/Clipboard';
246
+
247
+ export {default as codegenNativeComponent} from './Libraries/Utilities/codegenNativeComponent';
248
+ export {default as codegenNativeCommands} from './Libraries/Utilities/codegenNativeCommands';
249
+
250
+ export {default as DeviceEventEmitter} from './Libraries/EventEmitter/RCTDeviceEventEmitter';
251
+
252
+ export type {DeviceInfoConstants} from './Libraries/Utilities/DeviceInfo';
253
+ export {default as DeviceInfo} from './Libraries/Utilities/DeviceInfo';
254
+
255
+ export {default as DevMenu} from './src/private/devsupport/devmenu/DevMenu';
256
+ export {default as DevSettings} from './Libraries/Utilities/DevSettings';
257
+
258
+ export type {
259
+ DimensionsPayload,
260
+ DisplayMetrics,
261
+ DisplayMetricsAndroid,
262
+ ScaledSize,
263
+ } from './Libraries/Utilities/Dimensions';
264
+ export {default as Dimensions} from './Libraries/Utilities/Dimensions';
265
+
266
+ export type {DynamicColorIOSTuple} from './Libraries/StyleSheet/PlatformColorValueTypesIOS';
267
+ export {DynamicColorIOS} from './Libraries/StyleSheet/PlatformColorValueTypesIOS';
268
+
269
+ export type {EasingFunction} from './Libraries/Animated/Easing';
270
+ export {default as Easing} from './Libraries/Animated/Easing';
271
+
272
+ export {findNodeHandle} from './Libraries/ReactNative/RendererProxy';
273
+
274
+ export {default as I18nManager} from './Libraries/ReactNative/I18nManager';
275
+
276
+ export type {
277
+ Handle,
278
+ PromiseTask,
279
+ SimpleTask,
280
+ } from './Libraries/Interaction/InteractionManager';
281
+ export {default as InteractionManager} from './Libraries/Interaction/InteractionManager';
282
+
283
+ export type {
284
+ AndroidKeyboardEvent,
285
+ IOSKeyboardEvent,
286
+ KeyboardEvent,
287
+ KeyboardEventEasing,
288
+ KeyboardEventName,
289
+ KeyboardMetrics,
290
+ } from './Libraries/Components/Keyboard/Keyboard';
291
+ export {default as Keyboard} from './Libraries/Components/Keyboard/Keyboard';
292
+
293
+ export type {
294
+ LayoutAnimationAnim,
295
+ LayoutAnimationConfig,
296
+ LayoutAnimationProperties,
297
+ LayoutAnimationProperty,
298
+ LayoutAnimationType,
299
+ LayoutAnimationTypes,
300
+ } from './Libraries/LayoutAnimation/LayoutAnimation';
301
+ export {default as LayoutAnimation} from './Libraries/LayoutAnimation/LayoutAnimation';
302
+
303
+ export {default as Linking} from './Libraries/Linking/Linking';
304
+
305
+ export type {
306
+ ExtendedExceptionData,
307
+ IgnorePattern,
308
+ LogData,
309
+ } from './Libraries/LogBox/LogBox';
310
+ export {default as LogBox} from './Libraries/LogBox/LogBox';
311
+
312
+ export {default as NativeAppEventEmitter} from './Libraries/EventEmitter/RCTNativeAppEventEmitter';
313
+
314
+ export {default as NativeDialogManagerAndroid} from './Libraries/NativeModules/specs/NativeDialogManagerAndroid';
315
+
316
+ export type {
317
+ EventSubscription,
318
+ EmitterSubscription,
319
+ NativeEventSubscription,
320
+ } from './Libraries/EventEmitter/NativeEventEmitter';
321
+ export {default as NativeEventEmitter} from './Libraries/EventEmitter/NativeEventEmitter';
322
+ export {default as NativeModules} from './Libraries/BatchedBridge/NativeModules';
323
+ export {default as Networking} from './Libraries/Network/RCTNetworking';
324
+
325
+ export type {
326
+ PanResponderCallbacks,
327
+ PanResponderGestureState,
328
+ PanResponderInstance,
329
+ } from './Libraries/Interaction/PanResponder';
330
+ export {default as PanResponder} from './Libraries/Interaction/PanResponder';
331
+
332
+ export type {
333
+ Permission,
334
+ PermissionStatus,
335
+ Rationale,
336
+ } from './Libraries/PermissionsAndroid/PermissionsAndroid';
337
+ export {default as PermissionsAndroid} from './Libraries/PermissionsAndroid/PermissionsAndroid';
338
+
339
+ export {default as PixelRatio} from './Libraries/Utilities/PixelRatio';
340
+
341
+ export type {
342
+ PlatformOSType,
343
+ PlatformSelectSpec,
344
+ } from './Libraries/Utilities/PlatformTypes';
345
+ export {default as Platform} from './Libraries/Utilities/Platform';
346
+
347
+ export {PlatformColor} from './Libraries/StyleSheet/PlatformColorValueTypes';
348
+
349
+ export type {
350
+ PushNotificationEventName,
351
+ PushNotificationPermissions,
352
+ } from './Libraries/PushNotificationIOS/PushNotificationIOS';
353
+ export {default as PushNotificationIOS} from './Libraries/PushNotificationIOS/PushNotificationIOS';
354
+
355
+ export type {ProcessedColorValue} from './Libraries/StyleSheet/processColor';
356
+ export {default as processColor} from './Libraries/StyleSheet/processColor';
357
+
358
+ export {default as registerCallableModule} from './Libraries/Core/registerCallableModule';
359
+ export {default as requireNativeComponent} from './Libraries/ReactNative/requireNativeComponent';
360
+
361
+ export type {RootTag} from './Libraries/ReactNative/RootTag';
362
+ export {RootTagContext} from './Libraries/ReactNative/RootTag';
363
+
364
+ export {default as Settings} from './Libraries/Settings/Settings';
365
+
366
+ export type {
367
+ ShareAction,
368
+ ShareContent,
369
+ ShareOptions,
370
+ } from './Libraries/Share/Share';
371
+ export {default as Share} from './Libraries/Share/Share';
372
+
373
+ // TODO(T210505449): StyleSheet/StyleSheetTypes exports are incomplete - review
374
+ export type {
375
+ ColorValue,
376
+ ImageStyle,
377
+ FilterFunction,
378
+ FontVariant,
379
+ NativeColorValue,
380
+ OpaqueColorValue,
381
+ StyleProp,
382
+ TextStyle,
383
+ TransformsStyle,
384
+ ViewStyle,
385
+ } from './Libraries/StyleSheet/StyleSheet';
386
+ export type {
387
+ BoxShadowValue,
388
+ CursorValue,
389
+ DimensionValue,
390
+ DropShadowValue,
391
+ EdgeInsetsValue,
392
+ PointValue,
393
+ } from './Libraries/StyleSheet/StyleSheetTypes';
394
+ export type {Insets} from './Libraries/StyleSheet/Rect';
395
+ export {default as StyleSheet} from './Libraries/StyleSheet/StyleSheet';
396
+
397
+ export * as Systrace from './Libraries/Performance/Systrace';
398
+ export {default as ToastAndroid} from './Libraries/Components/ToastAndroid/ToastAndroid';
399
+ export * as TurboModuleRegistry from './Libraries/TurboModule/TurboModuleRegistry';
400
+ export {default as UIManager} from './Libraries/ReactNative/UIManager';
401
+ export {unstable_batchedUpdates} from './Libraries/ReactNative/RendererProxy';
402
+ export {default as useAnimatedValue} from './Libraries/Animated/useAnimatedValue';
403
+ export {default as useColorScheme} from './Libraries/Utilities/useColorScheme';
404
+ export {default as useWindowDimensions} from './Libraries/Utilities/useWindowDimensions';
405
+ export {default as UTFSequence} from './Libraries/UTFSequence';
406
+ export {default as Vibration} from './Libraries/Vibration/Vibration';
407
+
408
+ // #endregion
409
+ // #region APIs (types only)
410
+
411
+ export type {
412
+ BlurEvent,
413
+ FocusEvent,
414
+ GestureResponderEvent,
415
+ LayoutChangeEvent,
416
+ LayoutRectangle,
417
+ MouseEvent,
418
+ PointerEvent,
419
+ NativeMouseEvent,
420
+ NativePointerEvent,
421
+ NativeScrollEvent,
422
+ NativeSyntheticEvent,
423
+ NativeTouchEvent,
424
+ NativeUIEvent,
425
+ ResponderSyntheticEvent,
426
+ ScrollEvent,
427
+ TargetedEvent,
428
+ TextLayoutEvent,
429
+ } from './Libraries/Types/CoreEventTypes';
430
+
431
+ export type {TurboModule} from './Libraries/TurboModule/RCTExport';
432
+ export type * from './Libraries/Types/CodegenTypesNamespace';
433
+
434
+ export type {
435
+ HostInstance,
436
+ NativeMethods,
437
+ NativeMethodsMixin,
438
+ MeasureInWindowOnSuccessCallback,
439
+ MeasureLayoutOnSuccessCallback,
440
+ MeasureOnSuccessCallback,
441
+ } from './src/private/types/HostInstance';
442
+ export type {HostComponent} from './src/private/types/HostComponent';
443
+ export type {ColorSchemeName} from './src/private/specs_DEPRECATED/modules/NativeAppearance';
444
+ export type {ErrorUtils} from './Libraries/vendor/core/ErrorUtils';
445
+ export type {
446
+ PublicRootInstance,
447
+ PublicTextInstance,
448
+ } from './Libraries/ReactPrivate/ReactNativePrivateInterface';
449
+
450
+ export {
451
+ default as unstable_VirtualView,
452
+ VirtualViewMode,
453
+ } from './src/private/components/virtualview/VirtualView';
454
+ export type {ModeChangeEvent} from './src/private/components/virtualview/VirtualView';
455
+
456
+ // #endregion
package/overrides.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "**/__snapshots__/**",
8
8
  "src-win/rntypes/**"
9
9
  ],
10
- "baseVersion": "0.81.5",
10
+ "baseVersion": "0.81.6",
11
11
  "overrides": [
12
12
  {
13
13
  "type": "derived",
@@ -21,6 +21,12 @@
21
21
  "baseFile": "packages/react-native/index.js",
22
22
  "baseHash": "c5d0dfd40d0fb7c197790b1f23f4f8b9ca835047"
23
23
  },
24
+ {
25
+ "type": "copy",
26
+ "file": "src-win/index.win32.js.flow",
27
+ "baseFile": "packages/react-native/index.js.flow",
28
+ "baseHash": "bb6c7873aa350c235aad233dd75656237d16d79c"
29
+ },
24
30
  {
25
31
  "type": "platform",
26
32
  "file": "src-win/Libraries/__tests__/ButtonWin32-test.js"
@@ -239,6 +245,12 @@
239
245
  "baseHash": "5d62f4a6c4edfe3007eb3b80704a1dfb68e5ff8a",
240
246
  "issue": 4320
241
247
  },
248
+ {
249
+ "type": "copy",
250
+ "file": "src-win/Libraries/Image/Image.win32.js.flow",
251
+ "baseFile": "packages/react-native/Libraries/Image/Image.js.flow",
252
+ "baseHash": "eaa13a0cc7a34e33dadd9297029339779f489ae3"
253
+ },
242
254
  {
243
255
  "type": "platform",
244
256
  "file": "src-win/Libraries/Image/ImageTypes.ts"
@@ -394,7 +406,7 @@
394
406
  "type": "patch",
395
407
  "file": "src-win/Libraries/Renderer/shims/ReactNativeTypes.win32.js",
396
408
  "baseFile": "packages/react-native/Libraries/Renderer/shims/ReactNativeTypes.js",
397
- "baseHash": "9e91759d01c9a6d459c5781b357533f4ac8727a7",
409
+ "baseHash": "7d2d4e348d5e2c324cc6f8884039d1320c470eda",
398
410
  "issue": 0
399
411
  },
400
412
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.81.2",
3
+ "version": "0.81.4",
4
4
  "description": "Implementation of react native on top of Office's Win32 platform.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,19 +30,19 @@
30
30
  "@react-native-community/cli-platform-android": "17.0.0",
31
31
  "@react-native-community/cli-platform-ios": "17.0.0",
32
32
  "@react-native/assets": "1.0.0",
33
- "@react-native/assets-registry": "0.81.5",
34
- "@react-native/codegen": "0.81.5",
35
- "@react-native/community-cli-plugin": "0.81.5",
36
- "@react-native/gradle-plugin": "0.81.5",
37
- "@react-native/js-polyfills": "0.81.5",
38
- "@react-native/normalize-colors": "0.81.5",
39
- "@react-native/virtualized-lists": "0.81.5",
33
+ "@react-native/assets-registry": "0.81.6",
34
+ "@react-native/codegen": "0.81.6",
35
+ "@react-native/community-cli-plugin": "0.81.6",
36
+ "@react-native/gradle-plugin": "0.81.6",
37
+ "@react-native/js-polyfills": "0.81.6",
38
+ "@react-native/normalize-colors": "0.81.6",
39
+ "@react-native/virtualized-lists": "0.81.6",
40
40
  "abort-controller": "^3.0.0",
41
41
  "anser": "^1.4.9",
42
42
  "ansi-regex": "^5.0.0",
43
43
  "art": "^0.10.0",
44
44
  "babel-jest": "^29.7.0",
45
- "babel-plugin-syntax-hermes-parser": "0.28.1",
45
+ "babel-plugin-syntax-hermes-parser": "0.29.1",
46
46
  "base64-js": "^1.5.1",
47
47
  "chalk": "^4.0.0",
48
48
  "commander": "^12.0.0",
@@ -53,13 +53,13 @@
53
53
  "jest-environment-node": "^29.7.0",
54
54
  "memoize-one": "^5.0.0",
55
55
  "metro-runtime": "^0.83.1",
56
- "metro-source-map": "^0.82.2",
56
+ "metro-source-map": "^0.83.1",
57
57
  "mkdirp": "^0.5.1",
58
58
  "nullthrows": "^1.1.1",
59
59
  "pretty-format": "^29.7.0",
60
60
  "promise": "^8.3.0",
61
61
  "react-clone-referenced-element": "^1.0.1",
62
- "react-devtools-core": "^6.1.1",
62
+ "react-devtools-core": "^6.1.5",
63
63
  "react-refresh": "^0.14.0",
64
64
  "regenerator-runtime": "^0.13.2",
65
65
  "scheduler": "0.26.0",
@@ -72,7 +72,7 @@
72
72
  "devDependencies": {
73
73
  "@babel/core": "^7.25.2",
74
74
  "@babel/eslint-parser": "^7.25.1",
75
- "@react-native/metro-config": "0.81.5",
75
+ "@react-native/metro-config": "0.81.6",
76
76
  "@rnw-scripts/babel-react-native-config": "0.0.0",
77
77
  "@rnw-scripts/eslint-config": "1.2.37",
78
78
  "@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.41",
@@ -81,21 +81,21 @@
81
81
  "@rnx-kit/jest-preset": "^0.1.17",
82
82
  "@types/node": "^22.0.0",
83
83
  "@types/prop-types": "15.7.1",
84
- "@types/react": "^19.0.0",
84
+ "@types/react": "^19.1.4",
85
85
  "eslint": "^8.19.0",
86
86
  "flow-bin": "^0.272.0",
87
87
  "jscodeshift": "^0.14.0",
88
88
  "just-scripts": "^1.3.3",
89
89
  "prettier": "2.8.8",
90
- "react": "19.1.0",
91
- "react-native": "0.81.5",
92
- "react-native-platform-override": "0.81.0",
90
+ "react": "19.1.4",
91
+ "react-native": "0.81.6",
92
+ "react-native-platform-override": "0.81.1",
93
93
  "typescript": "5.0.4"
94
94
  },
95
95
  "peerDependencies": {
96
- "@types/react": "^19.1.0",
97
- "react": "^19.1.0",
98
- "react-native": "0.81.5"
96
+ "@types/react": "^19.1.4",
97
+ "react": "^19.1.4",
98
+ "react-native": "^0.81.0"
99
99
  },
100
100
  "beachball": {
101
101
  "defaultNpmTag": "latest",
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
3
+ *
4
+ * This source code is licensed under the MIT license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ * @flow strict-local
8
+ * @format
9
+ */
10
+
11
+ import type {ImageType} from './ImageTypes.flow';
12
+
13
+ export type {
14
+ ImageProgressEventIOS,
15
+ ImagePropsIOS,
16
+ ImagePropsAndroid,
17
+ ImageSourcePropType,
18
+ ImageLoadEvent,
19
+ ImageErrorEvent,
20
+ ImagePropsBase,
21
+ ImageProps,
22
+ ImageBackgroundProps,
23
+ } from './ImageProps';
24
+
25
+ export type {ImageResolvedAssetSource, ImageSize} from './ImageTypes.flow';
26
+
27
+ declare export default ImageType;