react-native 0.84.0-nightly-20251106-de5141a3d → 0.84.0-nightly-20251107-f8198f662

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.
Files changed (129) hide show
  1. package/Libraries/Animated/createAnimatedComponent.js +1 -0
  2. package/Libraries/Blob/RCTBlobManager.mm +1 -4
  3. package/Libraries/Blob/RCTFileReaderModule.mm +1 -4
  4. package/Libraries/Components/Button.js +0 -3
  5. package/Libraries/Core/ReactNativeVersion.js +1 -1
  6. package/Libraries/Image/RCTBundleAssetImageLoader.mm +1 -4
  7. package/Libraries/Image/RCTGIFImageDecoder.mm +1 -4
  8. package/Libraries/Image/RCTImageEditingManager.mm +1 -4
  9. package/Libraries/Image/RCTImageLoader.mm +1 -4
  10. package/Libraries/Image/RCTImageStoreManager.mm +1 -4
  11. package/Libraries/Image/RCTImageViewManager.mm +1 -4
  12. package/Libraries/Image/RCTLocalAssetImageLoader.mm +1 -4
  13. package/Libraries/LinkingIOS/RCTLinkingManager.mm +1 -4
  14. package/Libraries/NativeAnimation/RCTNativeAnimatedModule.mm +1 -4
  15. package/Libraries/NativeAnimation/RCTNativeAnimatedTurboModule.mm +1 -4
  16. package/Libraries/Network/RCTDataRequestHandler.mm +1 -4
  17. package/Libraries/Network/RCTFileRequestHandler.mm +1 -4
  18. package/Libraries/Network/RCTHTTPRequestHandler.mm +1 -4
  19. package/Libraries/Network/RCTNetworking.mm +1 -4
  20. package/Libraries/PushNotificationIOS/RCTPushNotificationManager.mm +1 -4
  21. package/Libraries/Settings/RCTSettingsManager.mm +1 -4
  22. package/Libraries/StyleSheet/PlatformColorValueTypes.android.js +2 -2
  23. package/Libraries/StyleSheet/PlatformColorValueTypes.ios.js +1 -1
  24. package/Libraries/StyleSheet/PlatformColorValueTypes.js.flow +4 -2
  25. package/Libraries/Text/BaseText/RCTBaseTextViewManager.mm +1 -4
  26. package/Libraries/Text/RawText/RCTRawTextViewManager.mm +1 -4
  27. package/Libraries/Text/Text/RCTTextViewManager.mm +1 -4
  28. package/Libraries/Text/TextInput/Multiline/RCTMultilineTextInputViewManager.mm +1 -4
  29. package/Libraries/Text/TextInput/RCTBaseTextInputViewManager.mm +1 -4
  30. package/Libraries/Text/TextInput/RCTInputAccessoryViewManager.mm +1 -4
  31. package/Libraries/Text/TextInput/Singleline/RCTSinglelineTextInputViewManager.mm +1 -4
  32. package/Libraries/Text/VirtualText/RCTVirtualTextViewManager.mm +1 -4
  33. package/Libraries/Vibration/RCTVibration.mm +1 -4
  34. package/React/Base/RCTVersion.m +1 -1
  35. package/React/CoreModules/RCTAccessibilityManager.mm +1 -4
  36. package/React/CoreModules/RCTActionSheetManager.mm +1 -4
  37. package/React/CoreModules/RCTAlertManager.mm +1 -4
  38. package/React/CoreModules/RCTAppState.mm +1 -4
  39. package/React/CoreModules/RCTAppearance.mm +1 -4
  40. package/React/CoreModules/RCTClipboard.mm +1 -4
  41. package/React/CoreModules/RCTDevLoadingView.mm +1 -4
  42. package/React/CoreModules/RCTDevMenu.mm +1 -4
  43. package/React/CoreModules/RCTDevSettings.mm +1 -4
  44. package/React/CoreModules/RCTDevToolsRuntimeSettingsModule.mm +1 -5
  45. package/React/CoreModules/RCTDeviceInfo.mm +1 -4
  46. package/React/CoreModules/RCTEventDispatcher.mm +1 -4
  47. package/React/CoreModules/RCTExceptionsManager.mm +1 -4
  48. package/React/CoreModules/RCTI18nManager.mm +1 -4
  49. package/React/CoreModules/RCTKeyboardObserver.mm +1 -4
  50. package/React/CoreModules/RCTLogBox.mm +1 -4
  51. package/React/CoreModules/RCTPerfMonitor.mm +1 -4
  52. package/React/CoreModules/RCTPlatform.mm +1 -4
  53. package/React/CoreModules/RCTRedBox.mm +1 -4
  54. package/React/CoreModules/RCTSourceCode.mm +1 -4
  55. package/React/CoreModules/RCTStatusBarManager.mm +1 -4
  56. package/React/CoreModules/RCTTiming.mm +1 -4
  57. package/React/CoreModules/RCTWebSocketModule.mm +1 -4
  58. package/React/Modules/RCTUIManager.mm +1 -4
  59. package/React/Views/RCTActivityIndicatorViewManager.m +1 -4
  60. package/React/Views/RCTDebuggingOverlayManager.m +1 -4
  61. package/React/Views/RCTModalHostViewManager.m +1 -4
  62. package/React/Views/RCTModalManager.m +1 -4
  63. package/React/Views/RCTSwitchManager.m +1 -4
  64. package/React/Views/RCTViewManager.m +1 -4
  65. package/React/Views/RefreshControl/RCTRefreshControlManager.m +1 -4
  66. package/React/Views/SafeAreaView/RCTSafeAreaViewManager.m +1 -4
  67. package/React/Views/ScrollView/RCTScrollContentViewManager.m +1 -4
  68. package/React/Views/ScrollView/RCTScrollViewManager.m +1 -4
  69. package/ReactAndroid/api/ReactAndroid.api +0 -13
  70. package/ReactAndroid/gradle.properties +1 -1
  71. package/ReactAndroid/src/main/java/com/facebook/react/ReactPackageTurboModuleManagerDelegate.kt +2 -3
  72. package/ReactAndroid/src/main/java/com/facebook/react/bridge/CatalystInstanceImpl.java +2 -6
  73. package/ReactAndroid/src/main/java/com/facebook/react/bridge/ModuleHolder.kt +2 -2
  74. package/ReactAndroid/src/main/java/com/facebook/react/bridge/NativeModuleRegistry.kt +1 -16
  75. package/ReactAndroid/src/main/java/com/facebook/react/internal/turbomodule/core/TurboModuleManager.kt +2 -35
  76. package/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.kt +1 -1
  77. package/ReactAndroid/src/main/java/com/facebook/react/views/scroll/VirtualViewContainerStateExperimental.kt +7 -0
  78. package/ReactAndroid/src/main/jni/react/jni/CatalystInstanceImpl.cpp +3 -13
  79. package/ReactAndroid/src/main/jni/react/jni/CatalystInstanceImpl.h +1 -4
  80. package/ReactAndroid/src/main/jni/react/jni/CxxModuleWrapperBase.h +0 -24
  81. package/ReactAndroid/src/main/jni/react/jni/JavaModuleWrapper.cpp +0 -1
  82. package/ReactAndroid/src/main/jni/react/jni/ModuleRegistryBuilder.cpp +1 -29
  83. package/ReactAndroid/src/main/jni/react/jni/ModuleRegistryBuilder.h +1 -2
  84. package/ReactAndroid/src/main/jni/react/jni/OnLoad.cpp +0 -2
  85. package/ReactAndroid/src/main/jni/react/runtime/jni/JReactInstance.cpp +2 -1
  86. package/ReactAndroid/src/main/jni/react/turbomodule/ReactCommon/TurboModuleManager.cpp +1 -35
  87. package/ReactCommon/cxxreact/ReactMarker.cpp +0 -1
  88. package/ReactCommon/cxxreact/ReactNativeVersion.h +1 -1
  89. package/ReactCommon/jsiexecutor/CMakeLists.txt +3 -1
  90. package/ReactCommon/jsiexecutor/React-jsiexecutor.podspec +2 -0
  91. package/ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp +0 -40
  92. package/ReactCommon/jsiexecutor/jsireact/JSIExecutor.h +1 -6
  93. package/ReactCommon/jsinspector-modern/ConsoleTask.cpp +27 -0
  94. package/ReactCommon/jsinspector-modern/ConsoleTask.h +38 -0
  95. package/ReactCommon/jsinspector-modern/ConsoleTaskContext.cpp +46 -0
  96. package/ReactCommon/jsinspector-modern/ConsoleTaskContext.h +102 -0
  97. package/ReactCommon/jsinspector-modern/ConsoleTaskOrchestrator.cpp +55 -0
  98. package/ReactCommon/jsinspector-modern/ConsoleTaskOrchestrator.h +48 -0
  99. package/ReactCommon/jsinspector-modern/RuntimeAgent.h +1 -1
  100. package/ReactCommon/jsinspector-modern/RuntimeTarget.cpp +12 -0
  101. package/ReactCommon/jsinspector-modern/RuntimeTarget.h +16 -13
  102. package/ReactCommon/jsinspector-modern/RuntimeTargetConsole.cpp +106 -1
  103. package/ReactCommon/jsinspector-modern/tests/ConsoleCreateTaskTest.cpp +131 -0
  104. package/ReactCommon/jsinspector-modern/tests/ReactInstanceIntegrationTest.cpp +1 -0
  105. package/ReactCommon/jsinspector-modern/tracing/PerformanceTracer.cpp +13 -2
  106. package/ReactCommon/jsinspector-modern/tracing/PerformanceTracer.h +6 -2
  107. package/ReactCommon/jsinspector-modern/tracing/TargetTracingAgent.h +5 -0
  108. package/ReactCommon/jsitooling/react/runtime/JSRuntimeBindings.cpp +54 -0
  109. package/ReactCommon/jsitooling/react/runtime/JSRuntimeBindings.h +20 -0
  110. package/ReactCommon/react/nativemodule/samples/platform/ios/ReactCommon/RCTSampleTurboModule.mm +1 -4
  111. package/ReactCommon/react/performance/timeline/CMakeLists.txt +1 -0
  112. package/ReactCommon/react/performance/timeline/PerformanceEntryReporter.cpp +9 -1
  113. package/ReactCommon/react/performance/timeline/React-performancetimeline.podspec +1 -0
  114. package/ReactCommon/react/renderer/animated/NativeAnimatedNodesManager.cpp +21 -16
  115. package/ReactCommon/react/renderer/animated/NativeAnimatedNodesManagerProvider.cpp +9 -5
  116. package/ReactCommon/react/renderer/animationbackend/AnimationBackend.cpp +67 -32
  117. package/ReactCommon/react/renderer/animationbackend/AnimationBackend.h +14 -2
  118. package/ReactCommon/react/renderer/core/EventDispatcher.cpp +1 -1
  119. package/ReactCommon/react/renderer/core/EventQueueProcessor.cpp +3 -3
  120. package/ReactCommon/react/runtime/ReactInstance.cpp +8 -6
  121. package/ReactCommon/react/runtime/ReactInstance.h +0 -1
  122. package/flow/bom.js.flow +7 -0
  123. package/package.json +8 -8
  124. package/scripts/ios-configure-glog.sh +6 -1
  125. package/types_generated/Libraries/Components/Button.d.ts +1 -4
  126. package/types_generated/Libraries/StyleSheet/PlatformColorValueTypes.d.ts +3 -3
  127. package/ReactAndroid/src/main/java/com/facebook/react/bridge/CxxModuleWrapper.kt +0 -25
  128. package/ReactAndroid/src/main/java/com/facebook/react/bridge/CxxModuleWrapperBase.kt +0 -61
  129. package/ReactAndroid/src/main/jni/react/jni/CxxModuleWrapper.h +0 -37
@@ -125,6 +125,7 @@ export function unstable_createAnimatedComponentWithAllowlist<
125
125
  const [reducedProps, callbackRef] = useAnimatedProps<
126
126
  TProps,
127
127
  React.ElementRef<TInstance>,
128
+ // $FlowFixMe[incompatible-type]
128
129
  >(props);
129
130
  const ref = useMergeRefs<React.ElementRef<TInstance>>(
130
131
  callbackRef,
@@ -42,10 +42,7 @@ static NSString *const kBlobURIScheme = @"blob";
42
42
  dispatch_queue_t _processingQueue;
43
43
  }
44
44
 
45
- + (NSString *)moduleName
46
- {
47
- return @"BlobModule";
48
- }
45
+ RCT_EXPORT_MODULE(BlobModule)
49
46
 
50
47
  @synthesize bridge = _bridge;
51
48
  @synthesize moduleRegistry = _moduleRegistry;
@@ -20,10 +20,7 @@
20
20
 
21
21
  @implementation RCTFileReaderModule
22
22
 
23
- + (NSString *)moduleName
24
- {
25
- return @"FileReaderModule";
26
- }
23
+ RCT_EXPORT_MODULE(FileReaderModule)
27
24
 
28
25
  @synthesize moduleRegistry = _moduleRegistry;
29
26
 
@@ -184,9 +184,6 @@ export type ButtonProps = $ReadOnly<{
184
184
  [button:source]:
185
185
  https://github.com/facebook/react-native/blob/HEAD/Libraries/Components/Button.js
186
186
 
187
- [button:examples]:
188
- https://js.coach/?menu%5Bcollections%5D=React%20Native&page=1&query=button
189
-
190
187
  ```jsx
191
188
  <Button
192
189
  onPress={onPressLearnMore}
@@ -29,7 +29,7 @@ export default class ReactNativeVersion {
29
29
  static major: number = 0;
30
30
  static minor: number = 84;
31
31
  static patch: number = 0;
32
- static prerelease: string | null = 'nightly-20251106-de5141a3d';
32
+ static prerelease: string | null = 'nightly-20251107-f8198f662';
33
33
 
34
34
  static getVersionString(): string {
35
35
  return `${this.major}.${this.minor}.${this.patch}${this.prerelease != null ? `-${this.prerelease}` : ''}`;
@@ -20,10 +20,7 @@
20
20
 
21
21
  @implementation RCTBundleAssetImageLoader
22
22
 
23
- + (NSString *)moduleName
24
- {
25
- return @"BundleAssetImageLoader";
26
- }
23
+ RCT_EXPORT_MODULE()
27
24
 
28
25
  - (BOOL)canLoadImageURL:(NSURL *)requestURL
29
26
  {
@@ -20,10 +20,7 @@
20
20
 
21
21
  @implementation RCTGIFImageDecoder
22
22
 
23
- + (NSString *)moduleName
24
- {
25
- return @"GIFImageDecoder";
26
- }
23
+ RCT_EXPORT_MODULE()
27
24
 
28
25
  - (BOOL)canDecodeImageData:(NSData *)imageData
29
26
  {
@@ -24,10 +24,7 @@
24
24
 
25
25
  @implementation RCTImageEditingManager
26
26
 
27
- + (NSString *)moduleName
28
- {
29
- return @"ImageEditingManager";
30
- }
27
+ RCT_EXPORT_MODULE()
31
28
 
32
29
  @synthesize moduleRegistry = _moduleRegistry;
33
30
 
@@ -92,10 +92,7 @@ static NSError *addResponseHeadersToError(NSError *originalError, NSHTTPURLRespo
92
92
  @synthesize maxConcurrentDecodingTasks = _maxConcurrentDecodingTasks;
93
93
  @synthesize maxConcurrentDecodingBytes = _maxConcurrentDecodingBytes;
94
94
 
95
- + (NSString *)moduleName
96
- {
97
- return @"RCTImageLoader";
98
- }
95
+ RCT_EXPORT_MODULE()
99
96
 
100
97
  - (instancetype)init
101
98
  {
@@ -32,10 +32,7 @@ static NSString *const RCTImageStoreURLScheme = @"rct-image-store";
32
32
 
33
33
  @synthesize methodQueue = _methodQueue;
34
34
 
35
- + (NSString *)moduleName
36
- {
37
- return @"ImageStoreManager";
38
- }
35
+ RCT_EXPORT_MODULE()
39
36
 
40
37
  + (BOOL)requiresMainQueueSetup
41
38
  {
@@ -20,10 +20,7 @@
20
20
 
21
21
  @implementation RCTImageViewManager
22
22
 
23
- + (NSString *)moduleName
24
- {
25
- return @"ImageViewManager";
26
- }
23
+ RCT_EXPORT_MODULE()
27
24
 
28
25
  - (RCTShadowView *)shadowView
29
26
  {
@@ -20,10 +20,7 @@
20
20
 
21
21
  @implementation RCTLocalAssetImageLoader
22
22
 
23
- + (NSString *)moduleName
24
- {
25
- return @"LocalAssetImageLoader";
26
- }
23
+ RCT_EXPORT_MODULE()
27
24
 
28
25
  - (BOOL)canLoadImageURL:(NSURL *)requestURL
29
26
  {
@@ -27,10 +27,7 @@ static void postNotificationWithURL(NSURL *URL, id sender)
27
27
 
28
28
  @implementation RCTLinkingManager
29
29
 
30
- + (NSString *)moduleName
31
- {
32
- return @"LinkingManager";
33
- }
30
+ RCT_EXPORT_MODULE()
34
31
 
35
32
  - (dispatch_queue_t)methodQueue
36
33
  {
@@ -30,10 +30,7 @@ typedef void (^AnimatedOperation)(RCTNativeAnimatedNodesManager *nodesManager);
30
30
  NSMutableDictionary<NSNumber *, NSNumber *> *_animIdIsManagedByFabric;
31
31
  }
32
32
 
33
- + (NSString *)moduleName
34
- {
35
- return @"NativeAnimatedModule";
36
- }
33
+ RCT_EXPORT_MODULE();
37
34
 
38
35
  + (BOOL)requiresMainQueueSetup
39
36
  {
@@ -30,10 +30,7 @@ typedef void (^AnimatedOperation)(RCTNativeAnimatedNodesManager *nodesManager);
30
30
  NSSet<NSString *> *_userDrivenAnimationEndedEvents;
31
31
  }
32
32
 
33
- + (NSString *)moduleName
34
- {
35
- return @"NativeAnimatedTurboModule";
36
- }
33
+ RCT_EXPORT_MODULE();
37
34
 
38
35
  + (BOOL)requiresMainQueueSetup
39
36
  {
@@ -20,10 +20,7 @@
20
20
  std::mutex _operationHandlerMutexLock;
21
21
  }
22
22
 
23
- + (NSString *)moduleName
24
- {
25
- return @"DataRequestHandler";
26
- }
23
+ RCT_EXPORT_MODULE()
27
24
 
28
25
  - (void)invalidate
29
26
  {
@@ -24,10 +24,7 @@
24
24
  std::mutex _operationHandlerMutexLock;
25
25
  }
26
26
 
27
- + (NSString *)moduleName
28
- {
29
- return @"FileRequestHandler";
30
- }
27
+ RCT_EXPORT_MODULE()
31
28
 
32
29
  - (void)invalidate
33
30
  {
@@ -33,10 +33,7 @@ void RCTSetCustomNSURLSessionConfigurationProvider(NSURLSessionConfigurationProv
33
33
 
34
34
  @synthesize moduleRegistry = _moduleRegistry;
35
35
 
36
- + (NSString *)moduleName
37
- {
38
- return @"HTTPRequestHandler";
39
- }
36
+ RCT_EXPORT_MODULE()
40
37
 
41
38
  - (void)invalidate
42
39
  {
@@ -167,10 +167,7 @@ static NSString *RCTGenerateFormBoundary()
167
167
 
168
168
  @synthesize methodQueue = _methodQueue;
169
169
 
170
- + (NSString *)moduleName
171
- {
172
- return @"Networking";
173
- }
170
+ RCT_EXPORT_MODULE()
174
171
 
175
172
  + (BOOL)requiresMainQueueSetup
176
173
  {
@@ -154,10 +154,7 @@ static BOOL IsNotificationRemote(UNNotification *notification)
154
154
  return [notification.request.trigger isKindOfClass:[UNPushNotificationTrigger class]];
155
155
  }
156
156
 
157
- + (NSString *)moduleName
158
- {
159
- return @"PushNotificationManager";
160
- }
157
+ RCT_EXPORT_MODULE()
161
158
 
162
159
  - (dispatch_queue_t)methodQueue
163
160
  {
@@ -25,10 +25,7 @@
25
25
 
26
26
  @synthesize moduleRegistry = _moduleRegistry;
27
27
 
28
- + (NSString *)moduleName
29
- {
30
- return @"SettingsManager";
31
- }
28
+ RCT_EXPORT_MODULE()
32
29
 
33
30
  + (BOOL)requiresMainQueueSetup
34
31
  {
@@ -9,14 +9,14 @@
9
9
  */
10
10
 
11
11
  import type {ProcessedColorValue} from './processColor';
12
- import type {ColorValue, NativeColorValue} from './StyleSheet';
12
+ import type {NativeColorValue} from './StyleSheet';
13
13
 
14
14
  /** The actual type of the opaque NativeColorValue on Android platform */
15
15
  type LocalNativeColorValue = {
16
16
  resource_paths?: Array<string>,
17
17
  };
18
18
 
19
- export const PlatformColor = (...names: Array<string>): ColorValue => {
19
+ export const PlatformColor = (...names: Array<string>): NativeColorValue => {
20
20
  /* $FlowExpectedError[incompatible-type]
21
21
  * LocalNativeColorValue is the actual type of the opaque NativeColorValue on Android platform */
22
22
  return ({resource_paths: names}: LocalNativeColorValue);
@@ -22,7 +22,7 @@ type LocalNativeColorValue = {
22
22
  },
23
23
  };
24
24
 
25
- export const PlatformColor = (...names: Array<string>): ColorValue => {
25
+ export const PlatformColor = (...names: Array<string>): NativeColorValue => {
26
26
  // $FlowExpectedError[incompatible-type] LocalNativeColorValue is the iOS LocalNativeColorValue type
27
27
  return ({semantic: names}: LocalNativeColorValue);
28
28
  };
@@ -9,9 +9,11 @@
9
9
  */
10
10
 
11
11
  import type {ProcessedColorValue} from './processColor';
12
- import type {ColorValue, NativeColorValue} from './StyleSheet';
12
+ import type {NativeColorValue} from './StyleSheet';
13
13
 
14
- declare export function PlatformColor(...names: Array<string>): ColorValue;
14
+ declare export function PlatformColor(
15
+ ...names: Array<string>
16
+ ): NativeColorValue;
15
17
 
16
18
  declare export function normalizeColorObject(
17
19
  color: NativeColorValue,
@@ -11,10 +11,7 @@
11
11
 
12
12
  @implementation RCTBaseTextViewManager
13
13
 
14
- + (NSString *)moduleName
15
- {
16
- return @"BaseText";
17
- }
14
+ RCT_EXPORT_MODULE(RCTBaseText)
18
15
 
19
16
  - (UIView *)view
20
17
  {
@@ -13,10 +13,7 @@
13
13
 
14
14
  @implementation RCTRawTextViewManager
15
15
 
16
- + (NSString *)moduleName
17
- {
18
- return @"RawText";
19
- }
16
+ RCT_EXPORT_MODULE(RCTRawText)
20
17
 
21
18
  - (UIView *)view
22
19
  {
@@ -26,10 +26,7 @@
26
26
  NSHashTable<RCTTextShadowView *> *_shadowViews;
27
27
  }
28
28
 
29
- + (NSString *)moduleName
30
- {
31
- return @"TextViewManager";
32
- }
29
+ RCT_EXPORT_MODULE(RCTText)
33
30
 
34
31
  RCT_REMAP_SHADOW_PROPERTY(numberOfLines, maximumNumberOfLines, NSInteger)
35
32
  RCT_REMAP_SHADOW_PROPERTY(ellipsizeMode, lineBreakMode, NSLineBreakMode)
@@ -12,10 +12,7 @@
12
12
 
13
13
  @implementation RCTMultilineTextInputViewManager
14
14
 
15
- + (NSString *)moduleName
16
- {
17
- return @"MultilineTextInputViewManager";
18
- }
15
+ RCT_EXPORT_MODULE()
19
16
 
20
17
  - (UIView *)view
21
18
  {
@@ -30,10 +30,7 @@
30
30
  NSHashTable<RCTBaseTextInputShadowView *> *_shadowViews;
31
31
  }
32
32
 
33
- + (NSString *)moduleName
34
- {
35
- return @"BaseTextInputViewManager";
36
- }
33
+ RCT_EXPORT_MODULE()
37
34
 
38
35
  #pragma mark - Unified <TextInput> properties
39
36
 
@@ -14,10 +14,7 @@
14
14
 
15
15
  @implementation RCTInputAccessoryViewManager
16
16
 
17
- + (NSString *)moduleName
18
- {
19
- return @"InputAccessoryViewManager";
20
- }
17
+ RCT_EXPORT_MODULE()
21
18
 
22
19
  - (UIView *)view
23
20
  {
@@ -14,10 +14,7 @@
14
14
 
15
15
  @implementation RCTSinglelineTextInputViewManager
16
16
 
17
- + (NSString *)moduleName
18
- {
19
- return @"SinglelineTextInputViewManager";
20
- }
17
+ RCT_EXPORT_MODULE()
21
18
 
22
19
  - (RCTShadowView *)shadowView
23
20
  {
@@ -13,10 +13,7 @@
13
13
 
14
14
  @implementation RCTVirtualTextViewManager
15
15
 
16
- + (NSString *)moduleName
17
- {
18
- return @"VirtualTextViewManager";
19
- }
16
+ RCT_EXPORT_MODULE(RCTVirtualText)
20
17
 
21
18
  - (UIView *)view
22
19
  {
@@ -18,10 +18,7 @@
18
18
 
19
19
  @implementation RCTVibration
20
20
 
21
- + (NSString *)moduleName
22
- {
23
- return @"Vibration";
24
- }
21
+ RCT_EXPORT_MODULE()
25
22
 
26
23
  - (void)vibrate
27
24
  {
@@ -24,7 +24,7 @@ NSDictionary* RCTGetReactNativeVersion(void)
24
24
  RCTVersionMajor: @(0),
25
25
  RCTVersionMinor: @(84),
26
26
  RCTVersionPatch: @(0),
27
- RCTVersionPrerelease: @"nightly-20251106-de5141a3d",
27
+ RCTVersionPrerelease: @"nightly-20251107-f8198f662",
28
28
  };
29
29
  });
30
30
  return __rnVersion;
@@ -33,10 +33,7 @@ NSString *const RCTAccessibilityManagerDidUpdateMultiplierNotification =
33
33
  @synthesize moduleRegistry = _moduleRegistry;
34
34
  @synthesize multipliers = _multipliers;
35
35
 
36
- + (NSString *)moduleName
37
- {
38
- return @"AccessibilityManager";
39
- }
36
+ RCT_EXPORT_MODULE()
40
37
 
41
38
  + (BOOL)requiresMainQueueSetup
42
39
  {
@@ -42,10 +42,7 @@ using namespace facebook::react;
42
42
  return NO;
43
43
  }
44
44
 
45
- + (NSString *)moduleName
46
- {
47
- return @"ActionSheetManager";
48
- }
45
+ RCT_EXPORT_MODULE()
49
46
 
50
47
  @synthesize viewRegistry_DEPRECATED = _viewRegistry_DEPRECATED;
51
48
 
@@ -40,10 +40,7 @@ RCT_ENUM_CONVERTER(
40
40
  NSHashTable *_alertControllers;
41
41
  }
42
42
 
43
- + (NSString *)moduleName
44
- {
45
- return @"AlertManager";
46
- }
43
+ RCT_EXPORT_MODULE()
47
44
 
48
45
  - (dispatch_queue_t)methodQueue
49
46
  {
@@ -43,10 +43,7 @@ static NSString *RCTCurrentAppState()
43
43
  facebook::react::ModuleConstants<JS::NativeAppState::Constants> _constants;
44
44
  }
45
45
 
46
- + (NSString *)moduleName
47
- {
48
- return @"AppState";
49
- }
46
+ RCT_EXPORT_MODULE()
50
47
 
51
48
  + (BOOL)requiresMainQueueSetup
52
49
  {
@@ -92,10 +92,7 @@ NSString *RCTColorSchemePreference(UITraitCollection *traitCollection)
92
92
  return self;
93
93
  }
94
94
 
95
- + (NSString *)moduleName
96
- {
97
- return @"Appearance";
98
- }
95
+ RCT_EXPORT_MODULE(Appearance)
99
96
 
100
97
  + (BOOL)requiresMainQueueSetup
101
98
  {
@@ -19,10 +19,7 @@ using namespace facebook::react;
19
19
 
20
20
  @implementation RCTClipboard
21
21
 
22
- + (NSString *)moduleName
23
- {
24
- return @"Clipboard";
25
- }
22
+ RCT_EXPORT_MODULE()
26
23
 
27
24
  - (dispatch_queue_t)methodQueue
28
25
  {
@@ -37,10 +37,7 @@ using namespace facebook::react;
37
37
  dispatch_block_t _initialMessageBlock;
38
38
  }
39
39
 
40
- + (NSString *)moduleName
41
- {
42
- return @"DevLoadingView";
43
- }
40
+ RCT_EXPORT_MODULE()
44
41
 
45
42
  - (instancetype)init
46
43
  {
@@ -124,10 +124,7 @@ typedef void (^RCTDevMenuAlertActionHandler)(UIAlertAction *action);
124
124
  @synthesize callableJSModules = _callableJSModules;
125
125
  @synthesize bundleManager = _bundleManager;
126
126
 
127
- + (NSString *)moduleName
128
- {
129
- return @"DevMenu";
130
- }
127
+ RCT_EXPORT_MODULE()
131
128
 
132
129
  + (void)initialize
133
130
  {
@@ -134,10 +134,7 @@ static std::atomic<int> numInitializedModules{0};
134
134
  @synthesize isInspectable = _isInspectable;
135
135
  @synthesize bundleManager = _bundleManager;
136
136
 
137
- + (NSString *)moduleName
138
- {
139
- return @"RCTDevSettings";
140
- }
137
+ RCT_EXPORT_MODULE()
141
138
 
142
139
  - (instancetype)init
143
140
  {
@@ -23,11 +23,7 @@ static Config _config;
23
23
  @end
24
24
 
25
25
  @implementation RCTDevToolsRuntimeSettingsModule
26
-
27
- + (NSString *)moduleName
28
- {
29
- return @"ReactDevToolsRuntimeSettingsModule)";
30
- }
26
+ RCT_EXPORT_MODULE(ReactDevToolsRuntimeSettingsModule)
31
27
 
32
28
  RCT_EXPORT_METHOD(
33
29
  setReloadAndProfileConfig : (JS::NativeReactDevToolsRuntimeSettingsModule::PartialReloadAndProfileConfig &)config)
@@ -39,10 +39,7 @@ static NSString *const kFrameKeyPath = @"frame";
39
39
 
40
40
  @synthesize moduleRegistry = _moduleRegistry;
41
41
 
42
- + (NSString *)moduleName
43
- {
44
- return @"DeviceInfo";
45
- }
42
+ RCT_EXPORT_MODULE()
46
43
 
47
44
  - (instancetype)init
48
45
  {
@@ -44,10 +44,7 @@ static uint16_t RCTUniqueCoalescingKeyGenerator = 0;
44
44
  @synthesize dispatchToJSThread = _dispatchToJSThread;
45
45
  @synthesize callableJSModules = _callableJSModules;
46
46
 
47
- + (NSString *)moduleName
48
- {
49
- return @"EventDispatcher";
50
- }
47
+ RCT_EXPORT_MODULE()
51
48
 
52
49
  - (void)initialize
53
50
  {
@@ -26,10 +26,7 @@
26
26
 
27
27
  @synthesize moduleRegistry = _moduleRegistry;
28
28
 
29
- + (NSString *)moduleName
30
- {
31
- return @"ExceptionManager";
32
- }
29
+ RCT_EXPORT_MODULE()
33
30
 
34
31
  - (instancetype)initWithDelegate:(id<RCTExceptionsManagerDelegate>)delegate
35
32
  {
@@ -19,10 +19,7 @@ using namespace facebook::react;
19
19
 
20
20
  @implementation RCTI18nManager
21
21
 
22
- + (NSString *)moduleName
23
- {
24
- return @"I18nManager";
25
- }
22
+ RCT_EXPORT_MODULE()
26
23
 
27
24
  + (BOOL)requiresMainQueueSetup
28
25
  {
@@ -20,10 +20,7 @@ static NSDictionary *RCTParseKeyboardNotification(NSNotification *notification);
20
20
 
21
21
  @implementation RCTKeyboardObserver
22
22
 
23
- + (NSString *)moduleName
24
- {
25
- return @"KeyboardObserver";
26
- }
23
+ RCT_EXPORT_MODULE()
27
24
 
28
25
  - (void)startObserving
29
26
  {
@@ -27,10 +27,7 @@
27
27
 
28
28
  @synthesize bridge = _bridge;
29
29
 
30
- + (NSString *)moduleName
31
- {
32
- return @"LogBox";
33
- }
30
+ RCT_EXPORT_MODULE()
34
31
 
35
32
  + (BOOL)requiresMainQueueSetup
36
33
  {
@@ -114,10 +114,7 @@ static vm_size_t RCTGetResidentMemorySize(void)
114
114
  @synthesize bridge = _bridge;
115
115
  @synthesize moduleRegistry = _moduleRegistry;
116
116
 
117
- + (NSString *)moduleName
118
- {
119
- return @"PerfMonitor";
120
- }
117
+ RCT_EXPORT_MODULE()
121
118
 
122
119
  + (BOOL)requiresMainQueueSetup
123
120
  {