react-native 0.84.0-nightly-20251105-5ec5cc3a3 → 0.84.0-nightly-20251106-de5141a3d

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 (104) hide show
  1. package/Libraries/Blob/RCTBlobManager.mm +4 -1
  2. package/Libraries/Blob/RCTFileReaderModule.mm +4 -1
  3. package/Libraries/Core/ReactNativeVersion.js +1 -1
  4. package/Libraries/Image/RCTBundleAssetImageLoader.mm +4 -1
  5. package/Libraries/Image/RCTGIFImageDecoder.mm +4 -1
  6. package/Libraries/Image/RCTImageEditingManager.mm +4 -1
  7. package/Libraries/Image/RCTImageLoader.mm +4 -1
  8. package/Libraries/Image/RCTImageStoreManager.mm +4 -1
  9. package/Libraries/Image/RCTImageViewManager.mm +4 -1
  10. package/Libraries/Image/RCTLocalAssetImageLoader.mm +4 -1
  11. package/Libraries/LinkingIOS/RCTLinkingManager.mm +4 -1
  12. package/Libraries/NativeAnimation/RCTNativeAnimatedModule.mm +4 -1
  13. package/Libraries/NativeAnimation/RCTNativeAnimatedTurboModule.mm +4 -1
  14. package/Libraries/Network/RCTDataRequestHandler.mm +4 -1
  15. package/Libraries/Network/RCTFileRequestHandler.mm +4 -1
  16. package/Libraries/Network/RCTHTTPRequestHandler.mm +4 -1
  17. package/Libraries/Network/RCTNetworking.mm +4 -1
  18. package/Libraries/PushNotificationIOS/RCTPushNotificationManager.mm +4 -1
  19. package/Libraries/Settings/RCTSettingsManager.mm +4 -1
  20. package/Libraries/Text/BaseText/RCTBaseTextViewManager.mm +4 -1
  21. package/Libraries/Text/RawText/RCTRawTextViewManager.mm +4 -1
  22. package/Libraries/Text/Text/RCTTextViewManager.mm +4 -1
  23. package/Libraries/Text/TextInput/Multiline/RCTMultilineTextInputViewManager.mm +4 -1
  24. package/Libraries/Text/TextInput/RCTBaseTextInputViewManager.mm +4 -1
  25. package/Libraries/Text/TextInput/RCTInputAccessoryViewManager.mm +4 -1
  26. package/Libraries/Text/TextInput/Singleline/RCTSinglelineTextInputViewManager.mm +4 -1
  27. package/Libraries/Text/VirtualText/RCTVirtualTextViewManager.mm +4 -1
  28. package/Libraries/Vibration/RCTVibration.mm +4 -1
  29. package/React/Base/RCTVersion.m +1 -1
  30. package/React/CoreModules/RCTAccessibilityManager.mm +4 -1
  31. package/React/CoreModules/RCTActionSheetManager.mm +4 -1
  32. package/React/CoreModules/RCTAlertManager.mm +4 -1
  33. package/React/CoreModules/RCTAppState.mm +4 -1
  34. package/React/CoreModules/RCTAppearance.mm +4 -1
  35. package/React/CoreModules/RCTClipboard.mm +4 -1
  36. package/React/CoreModules/RCTDevLoadingView.mm +4 -1
  37. package/React/CoreModules/RCTDevMenu.mm +4 -1
  38. package/React/CoreModules/RCTDevSettings.mm +4 -1
  39. package/React/CoreModules/RCTDevToolsRuntimeSettingsModule.mm +5 -1
  40. package/React/CoreModules/RCTDeviceInfo.mm +4 -1
  41. package/React/CoreModules/RCTEventDispatcher.mm +4 -1
  42. package/React/CoreModules/RCTExceptionsManager.mm +4 -1
  43. package/React/CoreModules/RCTI18nManager.mm +4 -1
  44. package/React/CoreModules/RCTKeyboardObserver.mm +4 -1
  45. package/React/CoreModules/RCTLogBox.mm +4 -1
  46. package/React/CoreModules/RCTPerfMonitor.mm +4 -1
  47. package/React/CoreModules/RCTPlatform.mm +4 -1
  48. package/React/CoreModules/RCTRedBox.mm +4 -1
  49. package/React/CoreModules/RCTSourceCode.mm +4 -1
  50. package/React/CoreModules/RCTStatusBarManager.mm +4 -1
  51. package/React/CoreModules/RCTTiming.mm +4 -1
  52. package/React/CoreModules/RCTWebSocketModule.mm +4 -1
  53. package/React/CoreModules/React-CoreModules.podspec +1 -0
  54. package/React/FBReactNativeSpec/FBReactNativeSpecJSI.h +8 -8
  55. package/React/Fabric/Surface/RCTFabricSurface.mm +1 -1
  56. package/React/Modules/RCTUIManager.mm +4 -1
  57. package/React/Runtime/React-RCTRuntime.podspec +1 -0
  58. package/React/Views/RCTActivityIndicatorViewManager.m +4 -1
  59. package/React/Views/RCTDebuggingOverlayManager.m +4 -1
  60. package/React/Views/RCTModalHostViewManager.m +4 -1
  61. package/React/Views/RCTModalManager.m +4 -1
  62. package/React/Views/RCTSwitchManager.m +4 -1
  63. package/React/Views/RCTViewManager.m +4 -1
  64. package/React/Views/RefreshControl/RCTRefreshControlManager.m +4 -1
  65. package/React/Views/SafeAreaView/RCTSafeAreaViewManager.m +4 -1
  66. package/React/Views/ScrollView/RCTScrollContentViewManager.m +4 -1
  67. package/React/Views/ScrollView/RCTScrollViewManager.m +4 -1
  68. package/ReactAndroid/gradle.properties +1 -1
  69. package/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlags.kt +7 -7
  70. package/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlagsCxxAccessor.kt +11 -11
  71. package/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlagsCxxInterop.kt +3 -3
  72. package/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlagsDefaults.kt +3 -3
  73. package/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlagsLocalAccessor.kt +12 -12
  74. package/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlagsProvider.kt +3 -3
  75. package/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.kt +1 -1
  76. package/ReactAndroid/src/main/java/com/facebook/react/uimanager/events/FabricEventDispatcher.kt +3 -36
  77. package/ReactAndroid/src/main/java/com/facebook/react/views/scroll/ReactHorizontalScrollView.java +4 -0
  78. package/ReactAndroid/src/main/java/com/facebook/react/views/scroll/ReactScrollView.java +4 -0
  79. package/ReactAndroid/src/main/java/com/facebook/react/views/view/ReactViewGroup.kt +11 -1
  80. package/ReactAndroid/src/main/jni/react/fabric/FabricUIManagerBinding.cpp +36 -26
  81. package/ReactAndroid/src/main/jni/react/featureflags/JReactNativeFeatureFlagsCxxInterop.cpp +15 -15
  82. package/ReactAndroid/src/main/jni/react/featureflags/JReactNativeFeatureFlagsCxxInterop.h +4 -4
  83. package/ReactCommon/cxxreact/React-cxxreact.podspec +1 -0
  84. package/ReactCommon/cxxreact/ReactNativeVersion.h +1 -1
  85. package/ReactCommon/jsiexecutor/React-jsiexecutor.podspec +1 -0
  86. package/ReactCommon/jsinspector-modern/tracing/React-jsinspectortracing.podspec +4 -0
  87. package/ReactCommon/jsitooling/React-jsitooling.podspec +1 -0
  88. package/ReactCommon/react/featureflags/ReactNativeFeatureFlags.cpp +5 -5
  89. package/ReactCommon/react/featureflags/ReactNativeFeatureFlags.h +6 -6
  90. package/ReactCommon/react/featureflags/ReactNativeFeatureFlagsAccessor.cpp +83 -83
  91. package/ReactCommon/react/featureflags/ReactNativeFeatureFlagsAccessor.h +3 -3
  92. package/ReactCommon/react/featureflags/ReactNativeFeatureFlagsDefaults.h +5 -5
  93. package/ReactCommon/react/featureflags/ReactNativeFeatureFlagsDynamicProvider.h +10 -10
  94. package/ReactCommon/react/featureflags/ReactNativeFeatureFlagsProvider.h +2 -2
  95. package/ReactCommon/react/nativemodule/featureflags/NativeReactNativeFeatureFlags.cpp +6 -6
  96. package/ReactCommon/react/nativemodule/featureflags/NativeReactNativeFeatureFlags.h +3 -3
  97. package/ReactCommon/react/nativemodule/samples/platform/ios/ReactCommon/RCTSampleTurboModule.mm +4 -1
  98. package/ReactCommon/react/renderer/scheduler/SurfaceHandler.cpp +0 -20
  99. package/ReactCommon/react/renderer/scheduler/SurfaceHandler.h +3 -3
  100. package/ReactCommon/react/renderer/scheduler/SurfaceManager.cpp +2 -3
  101. package/ReactCommon/react/utils/React-utils.podspec +3 -1
  102. package/package.json +9 -8
  103. package/src/private/featureflags/ReactNativeFeatureFlags.js +6 -6
  104. package/src/private/featureflags/specs/NativeReactNativeFeatureFlags.js +2 -2
@@ -42,7 +42,10 @@ static NSString *const kBlobURIScheme = @"blob";
42
42
  dispatch_queue_t _processingQueue;
43
43
  }
44
44
 
45
- RCT_EXPORT_MODULE(BlobModule)
45
+ + (NSString *)moduleName
46
+ {
47
+ return @"BlobModule";
48
+ }
46
49
 
47
50
  @synthesize bridge = _bridge;
48
51
  @synthesize moduleRegistry = _moduleRegistry;
@@ -20,7 +20,10 @@
20
20
 
21
21
  @implementation RCTFileReaderModule
22
22
 
23
- RCT_EXPORT_MODULE(FileReaderModule)
23
+ + (NSString *)moduleName
24
+ {
25
+ return @"FileReaderModule";
26
+ }
24
27
 
25
28
  @synthesize moduleRegistry = _moduleRegistry;
26
29
 
@@ -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-20251105-5ec5cc3a3';
32
+ static prerelease: string | null = 'nightly-20251106-de5141a3d';
33
33
 
34
34
  static getVersionString(): string {
35
35
  return `${this.major}.${this.minor}.${this.patch}${this.prerelease != null ? `-${this.prerelease}` : ''}`;
@@ -20,7 +20,10 @@
20
20
 
21
21
  @implementation RCTBundleAssetImageLoader
22
22
 
23
- RCT_EXPORT_MODULE()
23
+ + (NSString *)moduleName
24
+ {
25
+ return @"BundleAssetImageLoader";
26
+ }
24
27
 
25
28
  - (BOOL)canLoadImageURL:(NSURL *)requestURL
26
29
  {
@@ -20,7 +20,10 @@
20
20
 
21
21
  @implementation RCTGIFImageDecoder
22
22
 
23
- RCT_EXPORT_MODULE()
23
+ + (NSString *)moduleName
24
+ {
25
+ return @"GIFImageDecoder";
26
+ }
24
27
 
25
28
  - (BOOL)canDecodeImageData:(NSData *)imageData
26
29
  {
@@ -24,7 +24,10 @@
24
24
 
25
25
  @implementation RCTImageEditingManager
26
26
 
27
- RCT_EXPORT_MODULE()
27
+ + (NSString *)moduleName
28
+ {
29
+ return @"ImageEditingManager";
30
+ }
28
31
 
29
32
  @synthesize moduleRegistry = _moduleRegistry;
30
33
 
@@ -92,7 +92,10 @@ static NSError *addResponseHeadersToError(NSError *originalError, NSHTTPURLRespo
92
92
  @synthesize maxConcurrentDecodingTasks = _maxConcurrentDecodingTasks;
93
93
  @synthesize maxConcurrentDecodingBytes = _maxConcurrentDecodingBytes;
94
94
 
95
- RCT_EXPORT_MODULE()
95
+ + (NSString *)moduleName
96
+ {
97
+ return @"RCTImageLoader";
98
+ }
96
99
 
97
100
  - (instancetype)init
98
101
  {
@@ -32,7 +32,10 @@ static NSString *const RCTImageStoreURLScheme = @"rct-image-store";
32
32
 
33
33
  @synthesize methodQueue = _methodQueue;
34
34
 
35
- RCT_EXPORT_MODULE()
35
+ + (NSString *)moduleName
36
+ {
37
+ return @"ImageStoreManager";
38
+ }
36
39
 
37
40
  + (BOOL)requiresMainQueueSetup
38
41
  {
@@ -20,7 +20,10 @@
20
20
 
21
21
  @implementation RCTImageViewManager
22
22
 
23
- RCT_EXPORT_MODULE()
23
+ + (NSString *)moduleName
24
+ {
25
+ return @"ImageViewManager";
26
+ }
24
27
 
25
28
  - (RCTShadowView *)shadowView
26
29
  {
@@ -20,7 +20,10 @@
20
20
 
21
21
  @implementation RCTLocalAssetImageLoader
22
22
 
23
- RCT_EXPORT_MODULE()
23
+ + (NSString *)moduleName
24
+ {
25
+ return @"LocalAssetImageLoader";
26
+ }
24
27
 
25
28
  - (BOOL)canLoadImageURL:(NSURL *)requestURL
26
29
  {
@@ -27,7 +27,10 @@ static void postNotificationWithURL(NSURL *URL, id sender)
27
27
 
28
28
  @implementation RCTLinkingManager
29
29
 
30
- RCT_EXPORT_MODULE()
30
+ + (NSString *)moduleName
31
+ {
32
+ return @"LinkingManager";
33
+ }
31
34
 
32
35
  - (dispatch_queue_t)methodQueue
33
36
  {
@@ -30,7 +30,10 @@ typedef void (^AnimatedOperation)(RCTNativeAnimatedNodesManager *nodesManager);
30
30
  NSMutableDictionary<NSNumber *, NSNumber *> *_animIdIsManagedByFabric;
31
31
  }
32
32
 
33
- RCT_EXPORT_MODULE();
33
+ + (NSString *)moduleName
34
+ {
35
+ return @"NativeAnimatedModule";
36
+ }
34
37
 
35
38
  + (BOOL)requiresMainQueueSetup
36
39
  {
@@ -30,7 +30,10 @@ typedef void (^AnimatedOperation)(RCTNativeAnimatedNodesManager *nodesManager);
30
30
  NSSet<NSString *> *_userDrivenAnimationEndedEvents;
31
31
  }
32
32
 
33
- RCT_EXPORT_MODULE();
33
+ + (NSString *)moduleName
34
+ {
35
+ return @"NativeAnimatedTurboModule";
36
+ }
34
37
 
35
38
  + (BOOL)requiresMainQueueSetup
36
39
  {
@@ -20,7 +20,10 @@
20
20
  std::mutex _operationHandlerMutexLock;
21
21
  }
22
22
 
23
- RCT_EXPORT_MODULE()
23
+ + (NSString *)moduleName
24
+ {
25
+ return @"DataRequestHandler";
26
+ }
24
27
 
25
28
  - (void)invalidate
26
29
  {
@@ -24,7 +24,10 @@
24
24
  std::mutex _operationHandlerMutexLock;
25
25
  }
26
26
 
27
- RCT_EXPORT_MODULE()
27
+ + (NSString *)moduleName
28
+ {
29
+ return @"FileRequestHandler";
30
+ }
28
31
 
29
32
  - (void)invalidate
30
33
  {
@@ -33,7 +33,10 @@ void RCTSetCustomNSURLSessionConfigurationProvider(NSURLSessionConfigurationProv
33
33
 
34
34
  @synthesize moduleRegistry = _moduleRegistry;
35
35
 
36
- RCT_EXPORT_MODULE()
36
+ + (NSString *)moduleName
37
+ {
38
+ return @"HTTPRequestHandler";
39
+ }
37
40
 
38
41
  - (void)invalidate
39
42
  {
@@ -167,7 +167,10 @@ static NSString *RCTGenerateFormBoundary()
167
167
 
168
168
  @synthesize methodQueue = _methodQueue;
169
169
 
170
- RCT_EXPORT_MODULE()
170
+ + (NSString *)moduleName
171
+ {
172
+ return @"Networking";
173
+ }
171
174
 
172
175
  + (BOOL)requiresMainQueueSetup
173
176
  {
@@ -154,7 +154,10 @@ static BOOL IsNotificationRemote(UNNotification *notification)
154
154
  return [notification.request.trigger isKindOfClass:[UNPushNotificationTrigger class]];
155
155
  }
156
156
 
157
- RCT_EXPORT_MODULE()
157
+ + (NSString *)moduleName
158
+ {
159
+ return @"PushNotificationManager";
160
+ }
158
161
 
159
162
  - (dispatch_queue_t)methodQueue
160
163
  {
@@ -25,7 +25,10 @@
25
25
 
26
26
  @synthesize moduleRegistry = _moduleRegistry;
27
27
 
28
- RCT_EXPORT_MODULE()
28
+ + (NSString *)moduleName
29
+ {
30
+ return @"SettingsManager";
31
+ }
29
32
 
30
33
  + (BOOL)requiresMainQueueSetup
31
34
  {
@@ -11,7 +11,10 @@
11
11
 
12
12
  @implementation RCTBaseTextViewManager
13
13
 
14
- RCT_EXPORT_MODULE(RCTBaseText)
14
+ + (NSString *)moduleName
15
+ {
16
+ return @"BaseText";
17
+ }
15
18
 
16
19
  - (UIView *)view
17
20
  {
@@ -13,7 +13,10 @@
13
13
 
14
14
  @implementation RCTRawTextViewManager
15
15
 
16
- RCT_EXPORT_MODULE(RCTRawText)
16
+ + (NSString *)moduleName
17
+ {
18
+ return @"RawText";
19
+ }
17
20
 
18
21
  - (UIView *)view
19
22
  {
@@ -26,7 +26,10 @@
26
26
  NSHashTable<RCTTextShadowView *> *_shadowViews;
27
27
  }
28
28
 
29
- RCT_EXPORT_MODULE(RCTText)
29
+ + (NSString *)moduleName
30
+ {
31
+ return @"TextViewManager";
32
+ }
30
33
 
31
34
  RCT_REMAP_SHADOW_PROPERTY(numberOfLines, maximumNumberOfLines, NSInteger)
32
35
  RCT_REMAP_SHADOW_PROPERTY(ellipsizeMode, lineBreakMode, NSLineBreakMode)
@@ -12,7 +12,10 @@
12
12
 
13
13
  @implementation RCTMultilineTextInputViewManager
14
14
 
15
- RCT_EXPORT_MODULE()
15
+ + (NSString *)moduleName
16
+ {
17
+ return @"MultilineTextInputViewManager";
18
+ }
16
19
 
17
20
  - (UIView *)view
18
21
  {
@@ -30,7 +30,10 @@
30
30
  NSHashTable<RCTBaseTextInputShadowView *> *_shadowViews;
31
31
  }
32
32
 
33
- RCT_EXPORT_MODULE()
33
+ + (NSString *)moduleName
34
+ {
35
+ return @"BaseTextInputViewManager";
36
+ }
34
37
 
35
38
  #pragma mark - Unified <TextInput> properties
36
39
 
@@ -14,7 +14,10 @@
14
14
 
15
15
  @implementation RCTInputAccessoryViewManager
16
16
 
17
- RCT_EXPORT_MODULE()
17
+ + (NSString *)moduleName
18
+ {
19
+ return @"InputAccessoryViewManager";
20
+ }
18
21
 
19
22
  - (UIView *)view
20
23
  {
@@ -14,7 +14,10 @@
14
14
 
15
15
  @implementation RCTSinglelineTextInputViewManager
16
16
 
17
- RCT_EXPORT_MODULE()
17
+ + (NSString *)moduleName
18
+ {
19
+ return @"SinglelineTextInputViewManager";
20
+ }
18
21
 
19
22
  - (RCTShadowView *)shadowView
20
23
  {
@@ -13,7 +13,10 @@
13
13
 
14
14
  @implementation RCTVirtualTextViewManager
15
15
 
16
- RCT_EXPORT_MODULE(RCTVirtualText)
16
+ + (NSString *)moduleName
17
+ {
18
+ return @"VirtualTextViewManager";
19
+ }
17
20
 
18
21
  - (UIView *)view
19
22
  {
@@ -18,7 +18,10 @@
18
18
 
19
19
  @implementation RCTVibration
20
20
 
21
- RCT_EXPORT_MODULE()
21
+ + (NSString *)moduleName
22
+ {
23
+ return @"Vibration";
24
+ }
22
25
 
23
26
  - (void)vibrate
24
27
  {
@@ -24,7 +24,7 @@ NSDictionary* RCTGetReactNativeVersion(void)
24
24
  RCTVersionMajor: @(0),
25
25
  RCTVersionMinor: @(84),
26
26
  RCTVersionPatch: @(0),
27
- RCTVersionPrerelease: @"nightly-20251105-5ec5cc3a3",
27
+ RCTVersionPrerelease: @"nightly-20251106-de5141a3d",
28
28
  };
29
29
  });
30
30
  return __rnVersion;
@@ -33,7 +33,10 @@ NSString *const RCTAccessibilityManagerDidUpdateMultiplierNotification =
33
33
  @synthesize moduleRegistry = _moduleRegistry;
34
34
  @synthesize multipliers = _multipliers;
35
35
 
36
- RCT_EXPORT_MODULE()
36
+ + (NSString *)moduleName
37
+ {
38
+ return @"AccessibilityManager";
39
+ }
37
40
 
38
41
  + (BOOL)requiresMainQueueSetup
39
42
  {
@@ -42,7 +42,10 @@ using namespace facebook::react;
42
42
  return NO;
43
43
  }
44
44
 
45
- RCT_EXPORT_MODULE()
45
+ + (NSString *)moduleName
46
+ {
47
+ return @"ActionSheetManager";
48
+ }
46
49
 
47
50
  @synthesize viewRegistry_DEPRECATED = _viewRegistry_DEPRECATED;
48
51
 
@@ -40,7 +40,10 @@ RCT_ENUM_CONVERTER(
40
40
  NSHashTable *_alertControllers;
41
41
  }
42
42
 
43
- RCT_EXPORT_MODULE()
43
+ + (NSString *)moduleName
44
+ {
45
+ return @"AlertManager";
46
+ }
44
47
 
45
48
  - (dispatch_queue_t)methodQueue
46
49
  {
@@ -43,7 +43,10 @@ static NSString *RCTCurrentAppState()
43
43
  facebook::react::ModuleConstants<JS::NativeAppState::Constants> _constants;
44
44
  }
45
45
 
46
- RCT_EXPORT_MODULE()
46
+ + (NSString *)moduleName
47
+ {
48
+ return @"AppState";
49
+ }
47
50
 
48
51
  + (BOOL)requiresMainQueueSetup
49
52
  {
@@ -92,7 +92,10 @@ NSString *RCTColorSchemePreference(UITraitCollection *traitCollection)
92
92
  return self;
93
93
  }
94
94
 
95
- RCT_EXPORT_MODULE(Appearance)
95
+ + (NSString *)moduleName
96
+ {
97
+ return @"Appearance";
98
+ }
96
99
 
97
100
  + (BOOL)requiresMainQueueSetup
98
101
  {
@@ -19,7 +19,10 @@ using namespace facebook::react;
19
19
 
20
20
  @implementation RCTClipboard
21
21
 
22
- RCT_EXPORT_MODULE()
22
+ + (NSString *)moduleName
23
+ {
24
+ return @"Clipboard";
25
+ }
23
26
 
24
27
  - (dispatch_queue_t)methodQueue
25
28
  {
@@ -37,7 +37,10 @@ using namespace facebook::react;
37
37
  dispatch_block_t _initialMessageBlock;
38
38
  }
39
39
 
40
- RCT_EXPORT_MODULE()
40
+ + (NSString *)moduleName
41
+ {
42
+ return @"DevLoadingView";
43
+ }
41
44
 
42
45
  - (instancetype)init
43
46
  {
@@ -124,7 +124,10 @@ typedef void (^RCTDevMenuAlertActionHandler)(UIAlertAction *action);
124
124
  @synthesize callableJSModules = _callableJSModules;
125
125
  @synthesize bundleManager = _bundleManager;
126
126
 
127
- RCT_EXPORT_MODULE()
127
+ + (NSString *)moduleName
128
+ {
129
+ return @"DevMenu";
130
+ }
128
131
 
129
132
  + (void)initialize
130
133
  {
@@ -134,7 +134,10 @@ static std::atomic<int> numInitializedModules{0};
134
134
  @synthesize isInspectable = _isInspectable;
135
135
  @synthesize bundleManager = _bundleManager;
136
136
 
137
- RCT_EXPORT_MODULE()
137
+ + (NSString *)moduleName
138
+ {
139
+ return @"RCTDevSettings";
140
+ }
138
141
 
139
142
  - (instancetype)init
140
143
  {
@@ -23,7 +23,11 @@ static Config _config;
23
23
  @end
24
24
 
25
25
  @implementation RCTDevToolsRuntimeSettingsModule
26
- RCT_EXPORT_MODULE(ReactDevToolsRuntimeSettingsModule)
26
+
27
+ + (NSString *)moduleName
28
+ {
29
+ return @"ReactDevToolsRuntimeSettingsModule)";
30
+ }
27
31
 
28
32
  RCT_EXPORT_METHOD(
29
33
  setReloadAndProfileConfig : (JS::NativeReactDevToolsRuntimeSettingsModule::PartialReloadAndProfileConfig &)config)
@@ -39,7 +39,10 @@ static NSString *const kFrameKeyPath = @"frame";
39
39
 
40
40
  @synthesize moduleRegistry = _moduleRegistry;
41
41
 
42
- RCT_EXPORT_MODULE()
42
+ + (NSString *)moduleName
43
+ {
44
+ return @"DeviceInfo";
45
+ }
43
46
 
44
47
  - (instancetype)init
45
48
  {
@@ -44,7 +44,10 @@ static uint16_t RCTUniqueCoalescingKeyGenerator = 0;
44
44
  @synthesize dispatchToJSThread = _dispatchToJSThread;
45
45
  @synthesize callableJSModules = _callableJSModules;
46
46
 
47
- RCT_EXPORT_MODULE()
47
+ + (NSString *)moduleName
48
+ {
49
+ return @"EventDispatcher";
50
+ }
48
51
 
49
52
  - (void)initialize
50
53
  {
@@ -26,7 +26,10 @@
26
26
 
27
27
  @synthesize moduleRegistry = _moduleRegistry;
28
28
 
29
- RCT_EXPORT_MODULE()
29
+ + (NSString *)moduleName
30
+ {
31
+ return @"ExceptionManager";
32
+ }
30
33
 
31
34
  - (instancetype)initWithDelegate:(id<RCTExceptionsManagerDelegate>)delegate
32
35
  {
@@ -19,7 +19,10 @@ using namespace facebook::react;
19
19
 
20
20
  @implementation RCTI18nManager
21
21
 
22
- RCT_EXPORT_MODULE()
22
+ + (NSString *)moduleName
23
+ {
24
+ return @"I18nManager";
25
+ }
23
26
 
24
27
  + (BOOL)requiresMainQueueSetup
25
28
  {
@@ -20,7 +20,10 @@ static NSDictionary *RCTParseKeyboardNotification(NSNotification *notification);
20
20
 
21
21
  @implementation RCTKeyboardObserver
22
22
 
23
- RCT_EXPORT_MODULE()
23
+ + (NSString *)moduleName
24
+ {
25
+ return @"KeyboardObserver";
26
+ }
24
27
 
25
28
  - (void)startObserving
26
29
  {
@@ -27,7 +27,10 @@
27
27
 
28
28
  @synthesize bridge = _bridge;
29
29
 
30
- RCT_EXPORT_MODULE()
30
+ + (NSString *)moduleName
31
+ {
32
+ return @"LogBox";
33
+ }
31
34
 
32
35
  + (BOOL)requiresMainQueueSetup
33
36
  {
@@ -114,7 +114,10 @@ static vm_size_t RCTGetResidentMemorySize(void)
114
114
  @synthesize bridge = _bridge;
115
115
  @synthesize moduleRegistry = _moduleRegistry;
116
116
 
117
- RCT_EXPORT_MODULE()
117
+ + (NSString *)moduleName
118
+ {
119
+ return @"PerfMonitor";
120
+ }
118
121
 
119
122
  + (BOOL)requiresMainQueueSetup
120
123
  {
@@ -48,7 +48,10 @@ static NSString *interfaceIdiom(UIUserInterfaceIdiom idiom)
48
48
  ModuleConstants<JS::NativePlatformConstantsIOS::Constants> _constants;
49
49
  }
50
50
 
51
- RCT_EXPORT_MODULE(PlatformConstants)
51
+ + (NSString *)moduleName
52
+ {
53
+ return @"PlatformConstants";
54
+ }
52
55
 
53
56
  + (BOOL)requiresMainQueueSetup
54
57
  {
@@ -480,7 +480,10 @@ RCT_NOT_IMPLEMENTED(-(instancetype)initWithCoder : (NSCoder *)aDecoder)
480
480
  @synthesize moduleRegistry = _moduleRegistry;
481
481
  @synthesize bundleManager = _bundleManager;
482
482
 
483
- RCT_EXPORT_MODULE()
483
+ + (NSString *)moduleName
484
+ {
485
+ return @"RedBox";
486
+ }
484
487
 
485
488
  - (void)registerErrorCustomizer:(id<RCTErrorCustomizer>)errorCustomizer
486
489
  {
@@ -18,7 +18,10 @@ using namespace facebook::react;
18
18
 
19
19
  @implementation RCTSourceCode
20
20
 
21
- RCT_EXPORT_MODULE()
21
+ + (NSString *)moduleName
22
+ {
23
+ return @"SourceCode";
24
+ }
22
25
 
23
26
  @synthesize bundleManager = _bundleManager;
24
27
 
@@ -68,7 +68,10 @@ static BOOL RCTViewControllerBasedStatusBarAppearance()
68
68
  return value;
69
69
  }
70
70
 
71
- RCT_EXPORT_MODULE()
71
+ + (NSString *)moduleName
72
+ {
73
+ return @"StatusBarManager";
74
+ }
72
75
 
73
76
  + (BOOL)requiresMainQueueSetup
74
77
  {
@@ -107,7 +107,10 @@ static const NSTimeInterval kIdleCallbackFrameDeadline = 0.001;
107
107
  @synthesize paused = _paused;
108
108
  @synthesize pauseCallback = _pauseCallback;
109
109
 
110
- RCT_EXPORT_MODULE()
110
+ + (NSString *)moduleName
111
+ {
112
+ return @"Timing";
113
+ }
111
114
 
112
115
  - (instancetype)initWithDelegate:(id<RCTTimingDelegate>)delegate
113
116
  {