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.
- package/Libraries/Components/RefreshControl/RefreshControl.d.ts +1 -1
- package/Libraries/Core/ReactNativeVersion.js +1 -1
- package/Libraries/Image/RCTImageShadowView.h +1 -1
- package/Libraries/Image/RCTImageShadowView.mm +1 -1
- package/Libraries/Image/RCTImageView.h +2 -2
- package/Libraries/Image/RCTImageView.mm +2 -2
- package/Libraries/Image/RCTImageViewManager.h +2 -2
- package/Libraries/Image/RCTImageViewManager.mm +2 -2
- package/Libraries/Text/BaseText/RCTBaseTextShadowView.h +2 -2
- package/Libraries/Text/BaseText/RCTBaseTextShadowView.mm +2 -2
- package/Libraries/Text/BaseText/RCTBaseTextViewManager.h +2 -2
- package/Libraries/Text/BaseText/RCTBaseTextViewManager.mm +2 -2
- package/Libraries/Text/RCTTextAttributes.h +2 -2
- package/Libraries/Text/RCTTextAttributes.mm +2 -2
- package/Libraries/Text/RawText/RCTRawTextShadowView.h +2 -2
- package/Libraries/Text/RawText/RCTRawTextShadowView.mm +2 -2
- package/Libraries/Text/RawText/RCTRawTextViewManager.h +2 -2
- package/Libraries/Text/RawText/RCTRawTextViewManager.mm +2 -2
- package/Libraries/Text/Text/RCTTextShadowView.h +2 -2
- package/Libraries/Text/Text/RCTTextShadowView.mm +2 -2
- package/Libraries/Text/Text/RCTTextView.h +2 -2
- package/Libraries/Text/Text/RCTTextView.mm +2 -2
- package/Libraries/Text/Text/RCTTextViewManager.h +2 -2
- package/Libraries/Text/Text/RCTTextViewManager.mm +2 -2
- package/Libraries/Text/TextInput/Multiline/RCTMultilineTextInputView.h +2 -2
- package/Libraries/Text/TextInput/Multiline/RCTMultilineTextInputView.mm +2 -2
- package/Libraries/Text/TextInput/Multiline/RCTMultilineTextInputViewManager.h +2 -2
- package/Libraries/Text/TextInput/Multiline/RCTMultilineTextInputViewManager.mm +2 -2
- package/Libraries/Text/TextInput/RCTBaseTextInputShadowView.h +2 -2
- package/Libraries/Text/TextInput/RCTBaseTextInputShadowView.mm +2 -2
- package/Libraries/Text/TextInput/RCTBaseTextInputView.h +2 -2
- package/Libraries/Text/TextInput/RCTBaseTextInputView.mm +2 -2
- package/Libraries/Text/TextInput/RCTBaseTextInputViewManager.h +2 -2
- package/Libraries/Text/TextInput/RCTBaseTextInputViewManager.mm +2 -2
- package/Libraries/Text/TextInput/RCTInputAccessoryShadowView.h +2 -2
- package/Libraries/Text/TextInput/RCTInputAccessoryShadowView.mm +2 -2
- package/Libraries/Text/TextInput/RCTInputAccessoryView.h +2 -2
- package/Libraries/Text/TextInput/RCTInputAccessoryView.mm +2 -2
- package/Libraries/Text/TextInput/RCTInputAccessoryViewContent.h +2 -2
- package/Libraries/Text/TextInput/RCTInputAccessoryViewContent.mm +2 -2
- package/Libraries/Text/TextInput/RCTInputAccessoryViewManager.h +2 -2
- package/Libraries/Text/TextInput/RCTInputAccessoryViewManager.mm +2 -2
- package/Libraries/Text/TextInput/Singleline/RCTSinglelineTextInputView.h +2 -2
- package/Libraries/Text/TextInput/Singleline/RCTSinglelineTextInputView.mm +2 -2
- package/Libraries/Text/TextInput/Singleline/RCTSinglelineTextInputViewManager.h +2 -2
- package/Libraries/Text/TextInput/Singleline/RCTSinglelineTextInputViewManager.mm +2 -2
- package/Libraries/Text/VirtualText/RCTVirtualTextShadowView.h +2 -2
- package/Libraries/Text/VirtualText/RCTVirtualTextShadowView.mm +2 -2
- package/Libraries/Text/VirtualText/RCTVirtualTextView.h +2 -2
- package/Libraries/Text/VirtualText/RCTVirtualTextView.mm +2 -2
- package/Libraries/Text/VirtualText/RCTVirtualTextViewManager.h +2 -2
- package/Libraries/Text/VirtualText/RCTVirtualTextViewManager.mm +2 -2
- package/Libraries/Utilities/HMRClient.js +6 -1
- package/Libraries/Wrapper/Example/RCTWrapperExampleView.h +2 -2
- package/Libraries/Wrapper/Example/RCTWrapperExampleView.m +2 -2
- package/Libraries/Wrapper/Example/RCTWrapperExampleViewController.h +2 -2
- package/Libraries/Wrapper/Example/RCTWrapperExampleViewController.m +2 -2
- package/Libraries/Wrapper/Example/RCTWrapperReactRootViewController.h +2 -2
- package/Libraries/Wrapper/Example/RCTWrapperReactRootViewController.m +2 -2
- package/Libraries/Wrapper/Example/RCTWrapperReactRootViewManager.h +2 -2
- package/Libraries/Wrapper/Example/RCTWrapperReactRootViewManager.m +2 -2
- package/Libraries/Wrapper/RCTWrapper.h +2 -2
- package/Libraries/Wrapper/RCTWrapperShadowView.h +2 -2
- package/Libraries/Wrapper/RCTWrapperShadowView.m +2 -2
- package/Libraries/Wrapper/RCTWrapperView.h +2 -2
- package/Libraries/Wrapper/RCTWrapperView.m +2 -2
- package/Libraries/Wrapper/RCTWrapperViewControllerHostingView.h +2 -2
- package/Libraries/Wrapper/RCTWrapperViewControllerHostingView.m +2 -2
- package/Libraries/Wrapper/RCTWrapperViewManager.h +2 -2
- package/Libraries/Wrapper/RCTWrapperViewManager.m +2 -2
- package/React/Base/RCTAssert.h +0 -40
- package/React/Base/RCTAssert.m +0 -112
- package/React/Base/RCTBridge+Private.h +4 -4
- package/React/Base/RCTBridge.mm +19 -4
- package/React/Base/RCTBridgeDelegate.h +2 -2
- package/React/Base/RCTBridgeModule.h +8 -8
- package/React/Base/RCTBridgeProxy.mm +2 -2
- package/React/Base/RCTBundleManager.h +2 -2
- package/React/Base/RCTBundleManager.m +10 -10
- package/React/Base/RCTCallableJSModules.m +6 -6
- package/React/Base/RCTDefines.h +0 -10
- package/React/Base/RCTJavaScriptExecutor.h +2 -2
- package/React/Base/RCTModuleData.mm +3 -3
- package/React/Base/RCTModuleRegistry.m +8 -8
- package/React/Base/RCTRootContentView.h +2 -2
- package/React/Base/RCTRootContentView.m +2 -2
- package/React/Base/RCTRootView.m +3 -3
- package/React/Base/RCTRootViewInternal.h +2 -2
- package/React/Base/RCTVersion.m +1 -1
- package/React/Base/RCTViewRegistry.m +8 -8
- package/React/Base/Surface/RCTSurface.mm +3 -4
- package/React/Base/Surface/RCTSurfaceRootShadowView.m +3 -3
- package/React/CoreModules/RCTLogBox.mm +2 -2
- package/React/CoreModules/RCTLogBoxView.h +2 -2
- package/React/CoreModules/RCTLogBoxView.mm +6 -8
- package/React/CxxBridge/RCTCxxBridge.mm +3 -3
- package/React/CxxBridge/RCTJSIExecutorRuntimeInstaller.h +2 -2
- package/React/CxxBridge/RCTJSIExecutorRuntimeInstaller.mm +2 -2
- package/React/CxxBridge/RCTObjcExecutor.h +2 -2
- package/React/CxxBridge/RCTObjcExecutor.mm +2 -2
- package/React/CxxModule/DispatchMessageQueueThread.h +2 -2
- package/React/CxxModule/RCTCxxUtils.h +2 -2
- package/React/CxxModule/RCTCxxUtils.mm +2 -2
- package/React/CxxModule/RCTNativeModule.h +2 -2
- package/React/CxxModule/RCTNativeModule.mm +2 -2
- package/React/Fabric/Mounting/RCTComponentViewFactory.mm +0 -8
- package/React/Fabric/Mounting/RCTComponentViewProtocol.h +6 -0
- package/React/Fabric/Mounting/RCTComponentViewRegistry.mm +1 -0
- package/React/Fabric/Mounting/UIView+ComponentViewProtocol.h +2 -0
- package/React/Fabric/Mounting/UIView+ComponentViewProtocol.mm +5 -0
- package/React/Modules/RCTUIManager.mm +3 -8
- package/React/Views/RCTActivityIndicatorView.h +2 -2
- package/React/Views/RCTActivityIndicatorView.m +2 -2
- package/React/Views/RCTActivityIndicatorViewManager.h +2 -2
- package/React/Views/RCTActivityIndicatorViewManager.m +2 -2
- package/React/Views/RCTDebuggingOverlayManager.h +2 -2
- package/React/Views/RCTDebuggingOverlayManager.m +2 -2
- package/React/Views/RCTModalHostView.h +2 -2
- package/React/Views/RCTModalHostView.m +2 -2
- package/React/Views/RCTModalHostViewController.h +2 -2
- package/React/Views/RCTModalHostViewController.m +2 -2
- package/React/Views/RCTModalHostViewManager.h +2 -2
- package/React/Views/RCTModalHostViewManager.m +2 -2
- package/React/Views/RCTModalManager.h +2 -2
- package/React/Views/RCTModalManager.m +2 -2
- package/React/Views/RCTRootShadowView.m +3 -3
- package/React/Views/RCTShadowView.m +3 -3
- package/React/Views/RCTSwitch.h +2 -2
- package/React/Views/RCTSwitch.m +2 -2
- package/React/Views/RCTSwitchManager.h +2 -2
- package/React/Views/RCTSwitchManager.m +2 -2
- package/React/Views/RCTViewManager.m +0 -2
- package/React/Views/RefreshControl/RCTRefreshControl.h +2 -2
- package/React/Views/RefreshControl/RCTRefreshControl.m +2 -2
- package/React/Views/RefreshControl/RCTRefreshControlManager.h +2 -2
- package/React/Views/RefreshControl/RCTRefreshControlManager.m +2 -2
- package/React/Views/SafeAreaView/RCTSafeAreaShadowView.h +2 -2
- package/React/Views/SafeAreaView/RCTSafeAreaShadowView.m +2 -2
- package/React/Views/SafeAreaView/RCTSafeAreaView.h +2 -2
- package/React/Views/SafeAreaView/RCTSafeAreaView.m +2 -2
- package/React/Views/SafeAreaView/RCTSafeAreaViewLocalData.h +2 -2
- package/React/Views/SafeAreaView/RCTSafeAreaViewLocalData.m +2 -2
- package/React/Views/SafeAreaView/RCTSafeAreaViewManager.h +2 -2
- package/React/Views/SafeAreaView/RCTSafeAreaViewManager.m +2 -2
- package/React/Views/ScrollView/RCTScrollContentShadowView.h +2 -2
- package/React/Views/ScrollView/RCTScrollContentShadowView.m +2 -2
- package/React/Views/ScrollView/RCTScrollContentView.h +2 -2
- package/React/Views/ScrollView/RCTScrollContentView.m +2 -2
- package/React/Views/ScrollView/RCTScrollContentViewManager.h +2 -2
- package/React/Views/ScrollView/RCTScrollContentViewManager.m +2 -2
- package/React/Views/ScrollView/RCTScrollView.h +2 -2
- package/React/Views/ScrollView/RCTScrollView.m +2 -2
- package/React/Views/ScrollView/RCTScrollViewManager.h +2 -2
- package/React/Views/ScrollView/RCTScrollViewManager.m +2 -2
- package/ReactAndroid/gradle.properties +1 -1
- package/ReactAndroid/src/main/java/com/facebook/react/fabric/FabricUIManager.java +18 -48
- package/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/MountingManager.kt +1 -1
- package/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/mountitems/DestroyUnmountedViewMountItem.kt +3 -3
- package/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/mountitems/IntBufferBatchMountItem.kt +2 -4
- package/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/mountitems/SendAccessibilityEventMountItem.kt +6 -6
- package/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/mountitems/SynchronousMountItem.kt +38 -0
- package/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.kt +1 -1
- package/ReactAndroid/src/main/java/com/facebook/react/runtime/ReactHostImpl.kt +4 -0
- package/ReactAndroid/src/main/java/com/facebook/react/views/scroll/VirtualViewContainer.kt +10 -11
- package/ReactAndroid/src/main/java/com/facebook/react/views/view/ReactViewManager.kt +4 -1
- package/ReactAndroid/src/main/java/com/facebook/react/views/virtual/viewexperimental/ReactVirtualViewExperimental.kt +1 -1
- package/ReactAndroid/src/main/jni/react/jni/CatalystInstanceImpl.cpp +1 -1
- package/ReactAndroid/src/main/jni/react/jni/CatalystInstanceImpl.h +1 -1
- package/ReactAndroid/src/main/jni/react/jni/JavaModuleWrapper.cpp +1 -1
- package/ReactAndroid/src/main/jni/react/jni/JavaModuleWrapper.h +1 -1
- package/ReactAndroid/src/main/jni/react/jni/JavaScriptExecutorHolder.h +1 -1
- package/ReactAndroid/src/main/jni/react/jni/JniJSModulesUnbundle.cpp +1 -1
- package/ReactAndroid/src/main/jni/react/jni/JniJSModulesUnbundle.h +1 -1
- package/ReactAndroid/src/main/jni/react/jni/MethodInvoker.cpp +1 -1
- package/ReactAndroid/src/main/jni/react/jni/MethodInvoker.h +1 -1
- package/ReactAndroid/src/main/jni/react/jni/ModuleRegistryBuilder.cpp +1 -1
- package/ReactAndroid/src/main/jni/react/jni/ModuleRegistryBuilder.h +1 -1
- package/ReactAndroid/src/main/jni/react/jni/OnLoad.cpp +1 -1
- package/ReactCommon/cxxreact/CxxNativeModule.cpp +2 -2
- package/ReactCommon/cxxreact/CxxNativeModule.h +2 -2
- package/ReactCommon/cxxreact/Instance.cpp +2 -2
- package/ReactCommon/cxxreact/Instance.h +2 -2
- package/ReactCommon/cxxreact/JSExecutor.cpp +2 -2
- package/ReactCommon/cxxreact/JSExecutor.h +2 -2
- package/ReactCommon/cxxreact/JSIndexedRAMBundle.cpp +2 -2
- package/ReactCommon/cxxreact/JSIndexedRAMBundle.h +2 -2
- package/ReactCommon/cxxreact/JSModulesUnbundle.h +2 -2
- package/ReactCommon/cxxreact/MethodCall.cpp +2 -2
- package/ReactCommon/cxxreact/MethodCall.h +2 -2
- package/ReactCommon/cxxreact/ModuleRegistry.cpp +2 -2
- package/ReactCommon/cxxreact/ModuleRegistry.h +2 -2
- package/ReactCommon/cxxreact/NativeModule.h +4 -4
- package/ReactCommon/cxxreact/NativeToJsBridge.cpp +2 -2
- package/ReactCommon/cxxreact/NativeToJsBridge.h +2 -2
- package/ReactCommon/cxxreact/RAMBundleRegistry.cpp +2 -2
- package/ReactCommon/cxxreact/RAMBundleRegistry.h +2 -2
- package/ReactCommon/cxxreact/ReactNativeVersion.h +1 -1
- package/ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp +3 -3
- package/ReactCommon/jsiexecutor/jsireact/JSIExecutor.h +4 -4
- package/ReactCommon/jsiexecutor/jsireact/JSINativeModules.cpp +2 -2
- package/ReactCommon/jsiexecutor/jsireact/JSINativeModules.h +2 -2
- package/ReactCommon/react/renderer/components/text/ParagraphShadowNode.cpp +1 -1
- package/ReactCommon/react/renderer/textlayoutmanager/platform/ios/react/renderer/textlayoutmanager/RCTAttributedTextUtils.mm +11 -10
- package/package.json +8 -8
- package/sdks/hermesc/osx-bin/hermes +0 -0
- package/sdks/hermesc/osx-bin/hermesc +0 -0
- package/sdks/hermesc/win64-bin/hermesc.exe +0 -0
|
@@ -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-
|
|
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}` : ''}`;
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
#import <React/RCTView.h>
|
|
10
10
|
#import <UIKit/UIKit.h>
|
|
11
11
|
|
|
12
|
-
#ifndef
|
|
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 //
|
|
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
|
|
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 //
|
|
508
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTViewManager.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
17
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTImageViewManager.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
120
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTShadowView.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
35
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTBaseTextShadowView.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
162
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTViewManager.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
21
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTBaseTextViewManager.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
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
|
|
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 //
|
|
107
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTTextAttributes.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
358
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTShadowView.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
23
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTRawTextShadowView.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
38
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTViewManager.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
21
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTRawTextViewManager.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
32
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTShadowView.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
33
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTTextShadowView.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
470
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTComponent.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
34
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTTextView.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
298
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTViewManager.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
19
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTTextViewManager.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
97
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import "RCTBaseTextInputView.h"
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
21
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTMultilineTextInputView.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
67
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import "RCTBaseTextInputViewManager.h"
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
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
|
|
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 //
|
|
28
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import "RCTBaseTextShadowView.h"
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
30
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTBaseTextInputShadowView.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
368
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <UIKit/UIKit.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
68
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTBaseTextInputView.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
846
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
|
|
8
8
|
#import "RCTBaseTextViewManager.h"
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
17
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTBaseTextInputViewManager.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
184
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTShadowView.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
17
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTInputAccessoryShadowView.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
24
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <UIKit/UIKit.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
22
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTInputAccessoryView.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
82
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
|
|
8
8
|
#import <UIKit/UIKit.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
17
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTInputAccessoryViewContent.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
78
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTViewManager.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
17
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTInputAccessoryViewManager.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
33
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import "RCTBaseTextInputView.h"
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
21
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
#import <React/RCTSinglelineTextInputView.h>
|
|
9
9
|
|
|
10
|
-
#ifndef
|
|
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 //
|
|
43
|
+
#endif // RCT_REMOVE_LEGACY_ARCH
|