react-native 0.83.0-nightly-20250924-53f89bacd → 0.83.0-nightly-20250926-2b5938c90

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 (207) hide show
  1. package/Libraries/Components/RefreshControl/RefreshControl.d.ts +1 -1
  2. package/Libraries/Core/ReactNativeVersion.js +1 -1
  3. package/Libraries/Image/RCTImageShadowView.h +1 -1
  4. package/Libraries/Image/RCTImageShadowView.mm +1 -1
  5. package/Libraries/Image/RCTImageView.h +2 -2
  6. package/Libraries/Image/RCTImageView.mm +2 -2
  7. package/Libraries/Image/RCTImageViewManager.h +2 -2
  8. package/Libraries/Image/RCTImageViewManager.mm +2 -2
  9. package/Libraries/Text/BaseText/RCTBaseTextShadowView.h +2 -2
  10. package/Libraries/Text/BaseText/RCTBaseTextShadowView.mm +2 -2
  11. package/Libraries/Text/BaseText/RCTBaseTextViewManager.h +2 -2
  12. package/Libraries/Text/BaseText/RCTBaseTextViewManager.mm +2 -2
  13. package/Libraries/Text/RCTTextAttributes.h +2 -2
  14. package/Libraries/Text/RCTTextAttributes.mm +2 -2
  15. package/Libraries/Text/RawText/RCTRawTextShadowView.h +2 -2
  16. package/Libraries/Text/RawText/RCTRawTextShadowView.mm +2 -2
  17. package/Libraries/Text/RawText/RCTRawTextViewManager.h +2 -2
  18. package/Libraries/Text/RawText/RCTRawTextViewManager.mm +2 -2
  19. package/Libraries/Text/Text/RCTTextShadowView.h +2 -2
  20. package/Libraries/Text/Text/RCTTextShadowView.mm +2 -2
  21. package/Libraries/Text/Text/RCTTextView.h +2 -2
  22. package/Libraries/Text/Text/RCTTextView.mm +2 -2
  23. package/Libraries/Text/Text/RCTTextViewManager.h +2 -2
  24. package/Libraries/Text/Text/RCTTextViewManager.mm +2 -2
  25. package/Libraries/Text/TextInput/Multiline/RCTMultilineTextInputView.h +2 -2
  26. package/Libraries/Text/TextInput/Multiline/RCTMultilineTextInputView.mm +2 -2
  27. package/Libraries/Text/TextInput/Multiline/RCTMultilineTextInputViewManager.h +2 -2
  28. package/Libraries/Text/TextInput/Multiline/RCTMultilineTextInputViewManager.mm +2 -2
  29. package/Libraries/Text/TextInput/RCTBaseTextInputShadowView.h +2 -2
  30. package/Libraries/Text/TextInput/RCTBaseTextInputShadowView.mm +2 -2
  31. package/Libraries/Text/TextInput/RCTBaseTextInputView.h +2 -2
  32. package/Libraries/Text/TextInput/RCTBaseTextInputView.mm +2 -2
  33. package/Libraries/Text/TextInput/RCTBaseTextInputViewManager.h +2 -2
  34. package/Libraries/Text/TextInput/RCTBaseTextInputViewManager.mm +2 -2
  35. package/Libraries/Text/TextInput/RCTInputAccessoryShadowView.h +2 -2
  36. package/Libraries/Text/TextInput/RCTInputAccessoryShadowView.mm +2 -2
  37. package/Libraries/Text/TextInput/RCTInputAccessoryView.h +2 -2
  38. package/Libraries/Text/TextInput/RCTInputAccessoryView.mm +2 -2
  39. package/Libraries/Text/TextInput/RCTInputAccessoryViewContent.h +2 -2
  40. package/Libraries/Text/TextInput/RCTInputAccessoryViewContent.mm +2 -2
  41. package/Libraries/Text/TextInput/RCTInputAccessoryViewManager.h +2 -2
  42. package/Libraries/Text/TextInput/RCTInputAccessoryViewManager.mm +2 -2
  43. package/Libraries/Text/TextInput/Singleline/RCTSinglelineTextInputView.h +2 -2
  44. package/Libraries/Text/TextInput/Singleline/RCTSinglelineTextInputView.mm +2 -2
  45. package/Libraries/Text/TextInput/Singleline/RCTSinglelineTextInputViewManager.h +2 -2
  46. package/Libraries/Text/TextInput/Singleline/RCTSinglelineTextInputViewManager.mm +2 -2
  47. package/Libraries/Text/VirtualText/RCTVirtualTextShadowView.h +2 -2
  48. package/Libraries/Text/VirtualText/RCTVirtualTextShadowView.mm +2 -2
  49. package/Libraries/Text/VirtualText/RCTVirtualTextView.h +2 -2
  50. package/Libraries/Text/VirtualText/RCTVirtualTextView.mm +2 -2
  51. package/Libraries/Text/VirtualText/RCTVirtualTextViewManager.h +2 -2
  52. package/Libraries/Text/VirtualText/RCTVirtualTextViewManager.mm +2 -2
  53. package/Libraries/Utilities/HMRClient.js +6 -1
  54. package/Libraries/Wrapper/Example/RCTWrapperExampleView.h +2 -2
  55. package/Libraries/Wrapper/Example/RCTWrapperExampleView.m +2 -2
  56. package/Libraries/Wrapper/Example/RCTWrapperExampleViewController.h +2 -2
  57. package/Libraries/Wrapper/Example/RCTWrapperExampleViewController.m +2 -2
  58. package/Libraries/Wrapper/Example/RCTWrapperReactRootViewController.h +2 -2
  59. package/Libraries/Wrapper/Example/RCTWrapperReactRootViewController.m +2 -2
  60. package/Libraries/Wrapper/Example/RCTWrapperReactRootViewManager.h +2 -2
  61. package/Libraries/Wrapper/Example/RCTWrapperReactRootViewManager.m +2 -2
  62. package/Libraries/Wrapper/RCTWrapper.h +2 -2
  63. package/Libraries/Wrapper/RCTWrapperShadowView.h +2 -2
  64. package/Libraries/Wrapper/RCTWrapperShadowView.m +2 -2
  65. package/Libraries/Wrapper/RCTWrapperView.h +2 -2
  66. package/Libraries/Wrapper/RCTWrapperView.m +2 -2
  67. package/Libraries/Wrapper/RCTWrapperViewControllerHostingView.h +2 -2
  68. package/Libraries/Wrapper/RCTWrapperViewControllerHostingView.m +2 -2
  69. package/Libraries/Wrapper/RCTWrapperViewManager.h +2 -2
  70. package/Libraries/Wrapper/RCTWrapperViewManager.m +2 -2
  71. package/React/Base/RCTAssert.h +0 -40
  72. package/React/Base/RCTAssert.m +0 -112
  73. package/React/Base/RCTBridge+Private.h +4 -4
  74. package/React/Base/RCTBridge.mm +19 -4
  75. package/React/Base/RCTBridgeDelegate.h +2 -2
  76. package/React/Base/RCTBridgeModule.h +8 -8
  77. package/React/Base/RCTBridgeProxy.mm +2 -2
  78. package/React/Base/RCTBundleManager.h +2 -2
  79. package/React/Base/RCTBundleManager.m +10 -10
  80. package/React/Base/RCTCallableJSModules.m +6 -6
  81. package/React/Base/RCTDefines.h +0 -10
  82. package/React/Base/RCTJavaScriptExecutor.h +2 -2
  83. package/React/Base/RCTModuleData.mm +3 -3
  84. package/React/Base/RCTModuleRegistry.m +8 -8
  85. package/React/Base/RCTRootContentView.h +2 -2
  86. package/React/Base/RCTRootContentView.m +2 -2
  87. package/React/Base/RCTRootView.m +3 -3
  88. package/React/Base/RCTRootViewInternal.h +2 -2
  89. package/React/Base/RCTVersion.m +1 -1
  90. package/React/Base/RCTViewRegistry.m +8 -8
  91. package/React/Base/Surface/RCTSurface.mm +3 -4
  92. package/React/Base/Surface/RCTSurfaceRootShadowView.m +3 -3
  93. package/React/CoreModules/RCTLogBox.mm +2 -2
  94. package/React/CoreModules/RCTLogBoxView.h +2 -2
  95. package/React/CoreModules/RCTLogBoxView.mm +6 -8
  96. package/React/CxxBridge/RCTCxxBridge.mm +3 -3
  97. package/React/CxxBridge/RCTJSIExecutorRuntimeInstaller.h +2 -2
  98. package/React/CxxBridge/RCTJSIExecutorRuntimeInstaller.mm +2 -2
  99. package/React/CxxBridge/RCTObjcExecutor.h +2 -2
  100. package/React/CxxBridge/RCTObjcExecutor.mm +2 -2
  101. package/React/CxxModule/DispatchMessageQueueThread.h +2 -2
  102. package/React/CxxModule/RCTCxxUtils.h +2 -2
  103. package/React/CxxModule/RCTCxxUtils.mm +2 -2
  104. package/React/CxxModule/RCTNativeModule.h +2 -2
  105. package/React/CxxModule/RCTNativeModule.mm +2 -2
  106. package/React/Fabric/Mounting/RCTComponentViewFactory.mm +0 -8
  107. package/React/Fabric/Mounting/RCTComponentViewProtocol.h +6 -0
  108. package/React/Fabric/Mounting/RCTComponentViewRegistry.mm +1 -0
  109. package/React/Fabric/Mounting/UIView+ComponentViewProtocol.h +2 -0
  110. package/React/Fabric/Mounting/UIView+ComponentViewProtocol.mm +5 -0
  111. package/React/Modules/RCTUIManager.mm +3 -8
  112. package/React/Views/RCTActivityIndicatorView.h +2 -2
  113. package/React/Views/RCTActivityIndicatorView.m +2 -2
  114. package/React/Views/RCTActivityIndicatorViewManager.h +2 -2
  115. package/React/Views/RCTActivityIndicatorViewManager.m +2 -2
  116. package/React/Views/RCTDebuggingOverlayManager.h +2 -2
  117. package/React/Views/RCTDebuggingOverlayManager.m +2 -2
  118. package/React/Views/RCTModalHostView.h +2 -2
  119. package/React/Views/RCTModalHostView.m +2 -2
  120. package/React/Views/RCTModalHostViewController.h +2 -2
  121. package/React/Views/RCTModalHostViewController.m +2 -2
  122. package/React/Views/RCTModalHostViewManager.h +2 -2
  123. package/React/Views/RCTModalHostViewManager.m +2 -2
  124. package/React/Views/RCTModalManager.h +2 -2
  125. package/React/Views/RCTModalManager.m +2 -2
  126. package/React/Views/RCTRootShadowView.m +3 -3
  127. package/React/Views/RCTShadowView.m +3 -3
  128. package/React/Views/RCTSwitch.h +2 -2
  129. package/React/Views/RCTSwitch.m +2 -2
  130. package/React/Views/RCTSwitchManager.h +2 -2
  131. package/React/Views/RCTSwitchManager.m +2 -2
  132. package/React/Views/RCTViewManager.m +0 -2
  133. package/React/Views/RefreshControl/RCTRefreshControl.h +2 -2
  134. package/React/Views/RefreshControl/RCTRefreshControl.m +2 -2
  135. package/React/Views/RefreshControl/RCTRefreshControlManager.h +2 -2
  136. package/React/Views/RefreshControl/RCTRefreshControlManager.m +2 -2
  137. package/React/Views/SafeAreaView/RCTSafeAreaShadowView.h +2 -2
  138. package/React/Views/SafeAreaView/RCTSafeAreaShadowView.m +2 -2
  139. package/React/Views/SafeAreaView/RCTSafeAreaView.h +2 -2
  140. package/React/Views/SafeAreaView/RCTSafeAreaView.m +2 -2
  141. package/React/Views/SafeAreaView/RCTSafeAreaViewLocalData.h +2 -2
  142. package/React/Views/SafeAreaView/RCTSafeAreaViewLocalData.m +2 -2
  143. package/React/Views/SafeAreaView/RCTSafeAreaViewManager.h +2 -2
  144. package/React/Views/SafeAreaView/RCTSafeAreaViewManager.m +2 -2
  145. package/React/Views/ScrollView/RCTScrollContentShadowView.h +2 -2
  146. package/React/Views/ScrollView/RCTScrollContentShadowView.m +2 -2
  147. package/React/Views/ScrollView/RCTScrollContentView.h +2 -2
  148. package/React/Views/ScrollView/RCTScrollContentView.m +2 -2
  149. package/React/Views/ScrollView/RCTScrollContentViewManager.h +2 -2
  150. package/React/Views/ScrollView/RCTScrollContentViewManager.m +2 -2
  151. package/React/Views/ScrollView/RCTScrollView.h +2 -2
  152. package/React/Views/ScrollView/RCTScrollView.m +2 -2
  153. package/React/Views/ScrollView/RCTScrollViewManager.h +2 -2
  154. package/React/Views/ScrollView/RCTScrollViewManager.m +2 -2
  155. package/ReactAndroid/gradle.properties +1 -1
  156. package/ReactAndroid/src/main/java/com/facebook/react/fabric/FabricUIManager.java +18 -48
  157. package/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/MountingManager.kt +1 -1
  158. package/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/mountitems/DestroyUnmountedViewMountItem.kt +3 -3
  159. package/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/mountitems/IntBufferBatchMountItem.kt +2 -4
  160. package/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/mountitems/SendAccessibilityEventMountItem.kt +6 -6
  161. package/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/mountitems/SynchronousMountItem.kt +38 -0
  162. package/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.kt +1 -1
  163. package/ReactAndroid/src/main/java/com/facebook/react/runtime/ReactHostImpl.kt +4 -0
  164. package/ReactAndroid/src/main/java/com/facebook/react/views/scroll/VirtualViewContainer.kt +10 -11
  165. package/ReactAndroid/src/main/java/com/facebook/react/views/view/ReactViewManager.kt +4 -1
  166. package/ReactAndroid/src/main/java/com/facebook/react/views/virtual/viewexperimental/ReactVirtualViewExperimental.kt +1 -1
  167. package/ReactAndroid/src/main/jni/react/jni/CatalystInstanceImpl.cpp +1 -1
  168. package/ReactAndroid/src/main/jni/react/jni/CatalystInstanceImpl.h +1 -1
  169. package/ReactAndroid/src/main/jni/react/jni/JavaModuleWrapper.cpp +1 -1
  170. package/ReactAndroid/src/main/jni/react/jni/JavaModuleWrapper.h +1 -1
  171. package/ReactAndroid/src/main/jni/react/jni/JavaScriptExecutorHolder.h +1 -1
  172. package/ReactAndroid/src/main/jni/react/jni/JniJSModulesUnbundle.cpp +1 -1
  173. package/ReactAndroid/src/main/jni/react/jni/JniJSModulesUnbundle.h +1 -1
  174. package/ReactAndroid/src/main/jni/react/jni/MethodInvoker.cpp +1 -1
  175. package/ReactAndroid/src/main/jni/react/jni/MethodInvoker.h +1 -1
  176. package/ReactAndroid/src/main/jni/react/jni/ModuleRegistryBuilder.cpp +1 -1
  177. package/ReactAndroid/src/main/jni/react/jni/ModuleRegistryBuilder.h +1 -1
  178. package/ReactAndroid/src/main/jni/react/jni/OnLoad.cpp +1 -1
  179. package/ReactCommon/cxxreact/CxxNativeModule.cpp +2 -2
  180. package/ReactCommon/cxxreact/CxxNativeModule.h +2 -2
  181. package/ReactCommon/cxxreact/Instance.cpp +2 -2
  182. package/ReactCommon/cxxreact/Instance.h +2 -2
  183. package/ReactCommon/cxxreact/JSExecutor.cpp +2 -2
  184. package/ReactCommon/cxxreact/JSExecutor.h +2 -2
  185. package/ReactCommon/cxxreact/JSIndexedRAMBundle.cpp +2 -2
  186. package/ReactCommon/cxxreact/JSIndexedRAMBundle.h +2 -2
  187. package/ReactCommon/cxxreact/JSModulesUnbundle.h +2 -2
  188. package/ReactCommon/cxxreact/MethodCall.cpp +2 -2
  189. package/ReactCommon/cxxreact/MethodCall.h +2 -2
  190. package/ReactCommon/cxxreact/ModuleRegistry.cpp +2 -2
  191. package/ReactCommon/cxxreact/ModuleRegistry.h +2 -2
  192. package/ReactCommon/cxxreact/NativeModule.h +4 -4
  193. package/ReactCommon/cxxreact/NativeToJsBridge.cpp +2 -2
  194. package/ReactCommon/cxxreact/NativeToJsBridge.h +2 -2
  195. package/ReactCommon/cxxreact/RAMBundleRegistry.cpp +2 -2
  196. package/ReactCommon/cxxreact/RAMBundleRegistry.h +2 -2
  197. package/ReactCommon/cxxreact/ReactNativeVersion.h +1 -1
  198. package/ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp +3 -3
  199. package/ReactCommon/jsiexecutor/jsireact/JSIExecutor.h +4 -4
  200. package/ReactCommon/jsiexecutor/jsireact/JSINativeModules.cpp +2 -2
  201. package/ReactCommon/jsiexecutor/jsireact/JSINativeModules.h +2 -2
  202. package/ReactCommon/react/renderer/components/text/ParagraphShadowNode.cpp +1 -1
  203. package/ReactCommon/react/renderer/textlayoutmanager/platform/ios/react/renderer/textlayoutmanager/RCTAttributedTextUtils.mm +11 -10
  204. package/package.json +8 -8
  205. package/sdks/hermesc/osx-bin/hermes +0 -0
  206. package/sdks/hermesc/osx-bin/hermesc +0 -0
  207. package/sdks/hermesc/win64-bin/hermesc.exe +0 -0
@@ -49,7 +49,7 @@ export interface RefreshControlPropsAndroid extends ViewProps {
49
49
  /**
50
50
  * Size of the refresh indicator, see RefreshControl.SIZE.
51
51
  */
52
- size?: number | undefined;
52
+ size?: 'default' | 'large' | undefined;
53
53
  }
54
54
 
55
55
  export interface RefreshControlProps
@@ -29,7 +29,7 @@ export default class ReactNativeVersion {
29
29
  static major: number = 0;
30
30
  static minor: number = 83;
31
31
  static patch: number = 0;
32
- static prerelease: string | null = 'nightly-20250924-53f89bacd';
32
+ static prerelease: string | null = 'nightly-20250926-2b5938c90';
33
33
 
34
34
  static getVersionString(): string {
35
35
  return `${this.major}.${this.minor}.${this.patch}${this.prerelease != null ? `-${this.prerelease}` : ''}`;
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTShadowView.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  __attribute__((deprecated("This API will be removed along with the legacy architecture.")))
13
13
  @interface RCTImageShadowView : RCTShadowView
@@ -9,7 +9,7 @@
9
9
 
10
10
  #import <React/RCTLog.h>
11
11
 
12
- #ifndef RCT_FIT_RM_OLD_COMPONENT
12
+ #ifndef RCT_REMOVE_LEGACY_ARCH
13
13
 
14
14
  @implementation RCTImageShadowView
15
15
 
@@ -9,7 +9,7 @@
9
9
  #import <React/RCTView.h>
10
10
  #import <UIKit/UIKit.h>
11
11
 
12
- #ifndef RCT_FIT_RM_OLD_COMPONENT
12
+ #ifndef RCT_REMOVE_LEGACY_ARCH
13
13
 
14
14
  @class RCTBridge;
15
15
  @class RCTImageSource;
@@ -29,4 +29,4 @@ __attribute__((deprecated("This API will be removed along with the legacy archit
29
29
 
30
30
  @end
31
31
 
32
- #endif // RCT_FIT_RM_OLD_COMPONENT
32
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -17,7 +17,7 @@
17
17
  #import <React/RCTUtils.h>
18
18
  #import <React/UIView+React.h>
19
19
 
20
- #ifndef RCT_FIT_RM_OLD_COMPONENT
20
+ #ifndef RCT_REMOVE_LEGACY_ARCH
21
21
 
22
22
  /**
23
23
  * Determines whether an image of `currentSize` should be reloaded for display
@@ -505,4 +505,4 @@ RCT_NOT_IMPLEMENTED(-(instancetype)initWithFrame : (CGRect)frame)
505
505
 
506
506
  @end
507
507
 
508
- #endif // RCT_FIT_RM_OLD_COMPONENT
508
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,11 +7,11 @@
7
7
 
8
8
  #import <React/RCTViewManager.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  __attribute__((deprecated("This API will be removed along with the legacy architecture.")))
13
13
  @interface RCTImageViewManager : RCTViewManager
14
14
 
15
15
  @end
16
16
 
17
- #endif // RCT_FIT_RM_OLD_COMPONENT
17
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTImageViewManager.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  #import <UIKit/UIKit.h>
13
13
 
@@ -117,4 +117,4 @@ RCT_EXPORT_METHOD(queryCache
117
117
 
118
118
  @end
119
119
 
120
- #endif // RCT_FIT_RM_OLD_COMPONENT
120
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTShadowView.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  #import "RCTTextAttributes.h"
13
13
 
@@ -32,4 +32,4 @@ __attribute__((deprecated("This API will be removed along with the legacy archit
32
32
 
33
33
  NS_ASSUME_NONNULL_END
34
34
 
35
- #endif // RCT_FIT_RM_OLD_COMPONENT
35
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTBaseTextShadowView.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  #import <React/RCTShadowView+Layout.h>
13
13
 
@@ -159,4 +159,4 @@ static void RCTInlineViewYogaNodeDirtied(YGNodeConstRef node)
159
159
 
160
160
  @end
161
161
 
162
- #endif // RCT_FIT_RM_OLD_COMPONENT
162
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTViewManager.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  NS_ASSUME_NONNULL_BEGIN
13
13
 
@@ -18,4 +18,4 @@ __attribute__((deprecated("This API will be removed along with the legacy archit
18
18
 
19
19
  NS_ASSUME_NONNULL_END
20
20
 
21
- #endif // RCT_FIT_RM_OLD_COMPONENT
21
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTBaseTextViewManager.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  @implementation RCTBaseTextViewManager
13
13
 
@@ -61,4 +61,4 @@ RCT_REMAP_SHADOW_PROPERTY(textTransform, textAttributes.textTransform, RCTTextTr
61
61
 
62
62
  @end
63
63
 
64
- #endif // RCT_FIT_RM_OLD_COMPONENT
64
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -11,7 +11,7 @@
11
11
  #import <React/RCTTextDecorationLineType.h>
12
12
  #import <React/RCTTextTransform.h>
13
13
 
14
- #ifndef RCT_FIT_RM_OLD_COMPONENT
14
+ #ifndef RCT_REMOVE_LEGACY_ARCH
15
15
 
16
16
  NS_ASSUME_NONNULL_BEGIN
17
17
 
@@ -104,4 +104,4 @@ __attribute__((deprecated("This API will be removed along with the legacy archit
104
104
 
105
105
  NS_ASSUME_NONNULL_END
106
106
 
107
- #endif // RCT_FIT_RM_OLD_COMPONENT
107
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTTextAttributes.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  #import <React/RCTAssert.h>
13
13
  #import <React/RCTFont.h>
@@ -355,4 +355,4 @@ static NSString *capitalizeText(NSString *text)
355
355
 
356
356
  @end
357
357
 
358
- #endif // RCT_FIT_RM_OLD_COMPONENT
358
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTShadowView.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  NS_ASSUME_NONNULL_BEGIN
13
13
 
@@ -20,4 +20,4 @@ __attribute__((deprecated("This API will be removed along with the legacy archit
20
20
 
21
21
  NS_ASSUME_NONNULL_END
22
22
 
23
- #endif // RCT_FIT_RM_OLD_COMPONENT
23
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTRawTextShadowView.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  #import <React/RCTShadowView+Layout.h>
13
13
 
@@ -35,4 +35,4 @@
35
35
 
36
36
  @end
37
37
 
38
- #endif // RCT_FIT_RM_OLD_COMPONENT
38
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTViewManager.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  NS_ASSUME_NONNULL_BEGIN
13
13
 
@@ -18,4 +18,4 @@ __attribute__((deprecated("This API will be removed along with the legacy archit
18
18
 
19
19
  NS_ASSUME_NONNULL_END
20
20
 
21
- #endif // RCT_FIT_RM_OLD_COMPONENT
21
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTRawTextViewManager.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  #import <React/RCTRawTextShadowView.h>
13
13
 
@@ -29,4 +29,4 @@ RCT_EXPORT_SHADOW_PROPERTY(text, NSString)
29
29
 
30
30
  @end
31
31
 
32
- #endif // RCT_FIT_RM_OLD_COMPONENT
32
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTShadowView.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  #import "RCTBaseTextShadowView.h"
13
13
 
@@ -30,4 +30,4 @@ __attribute__((deprecated("This API will be removed along with the legacy archit
30
30
 
31
31
  NS_ASSUME_NONNULL_END
32
32
 
33
- #endif // RCT_FIT_RM_OLD_COMPONENT
33
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTTextShadowView.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  #import <React/RCTBridge.h>
13
13
  #import <React/RCTShadowView+Layout.h>
@@ -467,4 +467,4 @@ static float RCTTextShadowViewBaseline(YGNodeConstRef node, const float width, c
467
467
 
468
468
  @end
469
469
 
470
- #endif // RCT_FIT_RM_OLD_COMPONENT
470
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTComponent.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  #import <UIKit/UIKit.h>
13
13
 
@@ -31,4 +31,4 @@ __attribute__((deprecated("This API will be removed along with the legacy archit
31
31
 
32
32
  NS_ASSUME_NONNULL_END
33
33
 
34
- #endif // RCT_FIT_RM_OLD_COMPONENT
34
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTTextView.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  #import <MobileCoreServices/UTCoreTypes.h>
13
13
 
@@ -295,4 +295,4 @@
295
295
 
296
296
  @end
297
297
 
298
- #endif // RCT_FIT_RM_OLD_COMPONENT
298
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTViewManager.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  #import "RCTBaseTextViewManager.h"
13
13
 
@@ -16,4 +16,4 @@ __attribute__((deprecated("This API will be removed along with the legacy archit
16
16
 
17
17
  @end
18
18
 
19
- #endif // RCT_FIT_RM_OLD_COMPONENT
19
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTTextViewManager.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  #import <React/RCTShadowView+Layout.h>
13
13
  #import <React/RCTShadowView.h>
@@ -94,4 +94,4 @@ RCT_EXPORT_VIEW_PROPERTY(selectable, BOOL)
94
94
 
95
95
  @end
96
96
 
97
- #endif // RCT_FIT_RM_OLD_COMPONENT
97
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import "RCTBaseTextInputView.h"
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  NS_ASSUME_NONNULL_BEGIN
13
13
 
@@ -18,4 +18,4 @@ __attribute__((deprecated("This API will be removed along with the legacy archit
18
18
 
19
19
  NS_ASSUME_NONNULL_END
20
20
 
21
- #endif // RCT_FIT_RM_OLD_COMPONENT
21
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTMultilineTextInputView.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  #import <React/RCTUtils.h>
13
13
 
@@ -64,4 +64,4 @@
64
64
 
65
65
  @end
66
66
 
67
- #endif // RCT_FIT_RM_OLD_COMPONENT
67
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import "RCTBaseTextInputViewManager.h"
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  NS_ASSUME_NONNULL_BEGIN
13
13
 
@@ -18,4 +18,4 @@ __attribute__((deprecated("This API will be removed along with the legacy archit
18
18
 
19
19
  NS_ASSUME_NONNULL_END
20
20
 
21
- #endif // RCT_FIT_RM_OLD_COMPONENT
21
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -8,7 +8,7 @@
8
8
  #import <React/RCTMultilineTextInputView.h>
9
9
  #import <React/RCTMultilineTextInputViewManager.h>
10
10
 
11
- #ifndef RCT_FIT_RM_OLD_COMPONENT
11
+ #ifndef RCT_REMOVE_LEGACY_ARCH
12
12
 
13
13
  @implementation RCTMultilineTextInputViewManager
14
14
 
@@ -25,4 +25,4 @@ RCT_REMAP_VIEW_PROPERTY(dataDetectorTypes, backedTextInputView.dataDetectorTypes
25
25
 
26
26
  @end
27
27
 
28
- #endif // RCT_FIT_RM_OLD_COMPONENT
28
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import "RCTBaseTextShadowView.h"
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  NS_ASSUME_NONNULL_BEGIN
13
13
 
@@ -27,4 +27,4 @@ __attribute__((deprecated("This API will be removed along with the legacy archit
27
27
 
28
28
  NS_ASSUME_NONNULL_END
29
29
 
30
- #endif // RCT_FIT_RM_OLD_COMPONENT
30
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTBaseTextInputShadowView.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  #import <React/RCTBridge.h>
13
13
  #import <React/RCTShadowView+Layout.h>
@@ -365,4 +365,4 @@ static float RCTTextInputShadowViewBaseline(YGNodeConstRef node, const float wid
365
365
 
366
366
  @end
367
367
 
368
- #endif // RCT_FIT_RM_OLD_COMPONENT
368
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <UIKit/UIKit.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  #import <React/RCTView.h>
13
13
 
@@ -65,4 +65,4 @@ __attribute__((deprecated("This API will be removed along with the legacy archit
65
65
 
66
66
  NS_ASSUME_NONNULL_END
67
67
 
68
- #endif // RCT_FIT_RM_OLD_COMPONENT
68
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTBaseTextInputView.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  #import <React/RCTBridge.h>
13
13
  #import <React/RCTConvert.h>
@@ -843,4 +843,4 @@ static BOOL findMismatch(NSString *first, NSString *second, NSRange *firstRange,
843
843
 
844
844
  @end
845
845
 
846
- #endif // RCT_FIT_RM_OLD_COMPONENT
846
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,11 +7,11 @@
7
7
 
8
8
  #import "RCTBaseTextViewManager.h"
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  __attribute__((deprecated("This API will be removed along with the legacy architecture.")))
13
13
  @interface RCTBaseTextInputViewManager : RCTBaseTextViewManager
14
14
 
15
15
  @end
16
16
 
17
- #endif // RCT_FIT_RM_OLD_COMPONENT
17
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTBaseTextInputViewManager.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  #import <React/RCTBridge.h>
13
13
  #import <React/RCTConvert.h>
@@ -181,4 +181,4 @@ RCT_EXPORT_METHOD(setTextAndSelection
181
181
 
182
182
  @end
183
183
 
184
- #endif // RCT_FIT_RM_OLD_COMPONENT
184
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,11 +7,11 @@
7
7
 
8
8
  #import <React/RCTShadowView.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  __attribute__((deprecated("This API will be removed along with the legacy architecture.")))
13
13
  @interface RCTInputAccessoryShadowView : RCTShadowView
14
14
 
15
15
  @end
16
16
 
17
- #endif // RCT_FIT_RM_OLD_COMPONENT
17
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTInputAccessoryShadowView.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  #import <React/RCTUtils.h>
13
13
 
@@ -21,4 +21,4 @@
21
21
 
22
22
  @end
23
23
 
24
- #endif // RCT_FIT_RM_OLD_COMPONENT
24
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <UIKit/UIKit.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  @class RCTBridge;
13
13
  @class RCTInputAccessoryViewContent;
@@ -19,4 +19,4 @@ __attribute__((deprecated("This API will be removed along with the legacy archit
19
19
 
20
20
  @end
21
21
 
22
- #endif // RCT_FIT_RM_OLD_COMPONENT
22
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTInputAccessoryView.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  #import <React/RCTBridge.h>
13
13
  #import <React/RCTTouchHandler.h>
@@ -79,4 +79,4 @@
79
79
 
80
80
  @end
81
81
 
82
- #endif // RCT_FIT_RM_OLD_COMPONENT
82
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,11 +7,11 @@
7
7
 
8
8
  #import <UIKit/UIKit.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  __attribute__((deprecated("This API will be removed along with the legacy architecture.")))
13
13
  @interface RCTInputAccessoryViewContent : UIView
14
14
 
15
15
  @end
16
16
 
17
- #endif // RCT_FIT_RM_OLD_COMPONENT
17
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTInputAccessoryViewContent.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  #import <React/UIView+React.h>
13
13
 
@@ -75,4 +75,4 @@
75
75
 
76
76
  @end
77
77
 
78
- #endif // RCT_FIT_RM_OLD_COMPONENT
78
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,11 +7,11 @@
7
7
 
8
8
  #import <React/RCTViewManager.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  __attribute__((deprecated("This API will be removed along with the legacy architecture.")))
13
13
  @interface RCTInputAccessoryViewManager : RCTViewManager
14
14
 
15
15
  @end
16
16
 
17
- #endif // RCT_FIT_RM_OLD_COMPONENT
17
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTInputAccessoryViewManager.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  #import <React/RCTInputAccessoryShadowView.h>
13
13
  #import <React/RCTInputAccessoryView.h>
@@ -30,4 +30,4 @@ RCT_REMAP_VIEW_PROPERTY(backgroundColor, inputAccessoryView.backgroundColor, UIC
30
30
 
31
31
  @end
32
32
 
33
- #endif // RCT_FIT_RM_OLD_COMPONENT
33
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import "RCTBaseTextInputView.h"
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  NS_ASSUME_NONNULL_BEGIN
13
13
 
@@ -18,4 +18,4 @@ __attribute__((deprecated("This API will be removed along with the legacy archit
18
18
 
19
19
  NS_ASSUME_NONNULL_END
20
20
 
21
- #endif // RCT_FIT_RM_OLD_COMPONENT
21
+ #endif // RCT_REMOVE_LEGACY_ARCH
@@ -7,7 +7,7 @@
7
7
 
8
8
  #import <React/RCTSinglelineTextInputView.h>
9
9
 
10
- #ifndef RCT_FIT_RM_OLD_COMPONENT
10
+ #ifndef RCT_REMOVE_LEGACY_ARCH
11
11
 
12
12
  #import <React/RCTBridge.h>
13
13
 
@@ -40,4 +40,4 @@
40
40
 
41
41
  @end
42
42
 
43
- #endif // RCT_FIT_RM_OLD_COMPONENT
43
+ #endif // RCT_REMOVE_LEGACY_ARCH