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.
- package/Libraries/Animated/createAnimatedComponent.js +1 -0
- package/Libraries/Blob/RCTBlobManager.mm +1 -4
- package/Libraries/Blob/RCTFileReaderModule.mm +1 -4
- package/Libraries/Components/Button.js +0 -3
- package/Libraries/Core/ReactNativeVersion.js +1 -1
- package/Libraries/Image/RCTBundleAssetImageLoader.mm +1 -4
- package/Libraries/Image/RCTGIFImageDecoder.mm +1 -4
- package/Libraries/Image/RCTImageEditingManager.mm +1 -4
- package/Libraries/Image/RCTImageLoader.mm +1 -4
- package/Libraries/Image/RCTImageStoreManager.mm +1 -4
- package/Libraries/Image/RCTImageViewManager.mm +1 -4
- package/Libraries/Image/RCTLocalAssetImageLoader.mm +1 -4
- package/Libraries/LinkingIOS/RCTLinkingManager.mm +1 -4
- package/Libraries/NativeAnimation/RCTNativeAnimatedModule.mm +1 -4
- package/Libraries/NativeAnimation/RCTNativeAnimatedTurboModule.mm +1 -4
- package/Libraries/Network/RCTDataRequestHandler.mm +1 -4
- package/Libraries/Network/RCTFileRequestHandler.mm +1 -4
- package/Libraries/Network/RCTHTTPRequestHandler.mm +1 -4
- package/Libraries/Network/RCTNetworking.mm +1 -4
- package/Libraries/PushNotificationIOS/RCTPushNotificationManager.mm +1 -4
- package/Libraries/Settings/RCTSettingsManager.mm +1 -4
- package/Libraries/StyleSheet/PlatformColorValueTypes.android.js +2 -2
- package/Libraries/StyleSheet/PlatformColorValueTypes.ios.js +1 -1
- package/Libraries/StyleSheet/PlatformColorValueTypes.js.flow +4 -2
- package/Libraries/Text/BaseText/RCTBaseTextViewManager.mm +1 -4
- package/Libraries/Text/RawText/RCTRawTextViewManager.mm +1 -4
- package/Libraries/Text/Text/RCTTextViewManager.mm +1 -4
- package/Libraries/Text/TextInput/Multiline/RCTMultilineTextInputViewManager.mm +1 -4
- package/Libraries/Text/TextInput/RCTBaseTextInputViewManager.mm +1 -4
- package/Libraries/Text/TextInput/RCTInputAccessoryViewManager.mm +1 -4
- package/Libraries/Text/TextInput/Singleline/RCTSinglelineTextInputViewManager.mm +1 -4
- package/Libraries/Text/VirtualText/RCTVirtualTextViewManager.mm +1 -4
- package/Libraries/Vibration/RCTVibration.mm +1 -4
- package/React/Base/RCTVersion.m +1 -1
- package/React/CoreModules/RCTAccessibilityManager.mm +1 -4
- package/React/CoreModules/RCTActionSheetManager.mm +1 -4
- package/React/CoreModules/RCTAlertManager.mm +1 -4
- package/React/CoreModules/RCTAppState.mm +1 -4
- package/React/CoreModules/RCTAppearance.mm +1 -4
- package/React/CoreModules/RCTClipboard.mm +1 -4
- package/React/CoreModules/RCTDevLoadingView.mm +1 -4
- package/React/CoreModules/RCTDevMenu.mm +1 -4
- package/React/CoreModules/RCTDevSettings.mm +1 -4
- package/React/CoreModules/RCTDevToolsRuntimeSettingsModule.mm +1 -5
- package/React/CoreModules/RCTDeviceInfo.mm +1 -4
- package/React/CoreModules/RCTEventDispatcher.mm +1 -4
- package/React/CoreModules/RCTExceptionsManager.mm +1 -4
- package/React/CoreModules/RCTI18nManager.mm +1 -4
- package/React/CoreModules/RCTKeyboardObserver.mm +1 -4
- package/React/CoreModules/RCTLogBox.mm +1 -4
- package/React/CoreModules/RCTPerfMonitor.mm +1 -4
- package/React/CoreModules/RCTPlatform.mm +1 -4
- package/React/CoreModules/RCTRedBox.mm +1 -4
- package/React/CoreModules/RCTSourceCode.mm +1 -4
- package/React/CoreModules/RCTStatusBarManager.mm +1 -4
- package/React/CoreModules/RCTTiming.mm +1 -4
- package/React/CoreModules/RCTWebSocketModule.mm +1 -4
- package/React/Modules/RCTUIManager.mm +1 -4
- package/React/Views/RCTActivityIndicatorViewManager.m +1 -4
- package/React/Views/RCTDebuggingOverlayManager.m +1 -4
- package/React/Views/RCTModalHostViewManager.m +1 -4
- package/React/Views/RCTModalManager.m +1 -4
- package/React/Views/RCTSwitchManager.m +1 -4
- package/React/Views/RCTViewManager.m +1 -4
- package/React/Views/RefreshControl/RCTRefreshControlManager.m +1 -4
- package/React/Views/SafeAreaView/RCTSafeAreaViewManager.m +1 -4
- package/React/Views/ScrollView/RCTScrollContentViewManager.m +1 -4
- package/React/Views/ScrollView/RCTScrollViewManager.m +1 -4
- package/ReactAndroid/api/ReactAndroid.api +0 -13
- package/ReactAndroid/gradle.properties +1 -1
- package/ReactAndroid/src/main/java/com/facebook/react/ReactPackageTurboModuleManagerDelegate.kt +2 -3
- package/ReactAndroid/src/main/java/com/facebook/react/bridge/CatalystInstanceImpl.java +2 -6
- package/ReactAndroid/src/main/java/com/facebook/react/bridge/ModuleHolder.kt +2 -2
- package/ReactAndroid/src/main/java/com/facebook/react/bridge/NativeModuleRegistry.kt +1 -16
- package/ReactAndroid/src/main/java/com/facebook/react/internal/turbomodule/core/TurboModuleManager.kt +2 -35
- package/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.kt +1 -1
- package/ReactAndroid/src/main/java/com/facebook/react/views/scroll/VirtualViewContainerStateExperimental.kt +7 -0
- package/ReactAndroid/src/main/jni/react/jni/CatalystInstanceImpl.cpp +3 -13
- package/ReactAndroid/src/main/jni/react/jni/CatalystInstanceImpl.h +1 -4
- package/ReactAndroid/src/main/jni/react/jni/CxxModuleWrapperBase.h +0 -24
- package/ReactAndroid/src/main/jni/react/jni/JavaModuleWrapper.cpp +0 -1
- package/ReactAndroid/src/main/jni/react/jni/ModuleRegistryBuilder.cpp +1 -29
- package/ReactAndroid/src/main/jni/react/jni/ModuleRegistryBuilder.h +1 -2
- package/ReactAndroid/src/main/jni/react/jni/OnLoad.cpp +0 -2
- package/ReactAndroid/src/main/jni/react/runtime/jni/JReactInstance.cpp +2 -1
- package/ReactAndroid/src/main/jni/react/turbomodule/ReactCommon/TurboModuleManager.cpp +1 -35
- package/ReactCommon/cxxreact/ReactMarker.cpp +0 -1
- package/ReactCommon/cxxreact/ReactNativeVersion.h +1 -1
- package/ReactCommon/jsiexecutor/CMakeLists.txt +3 -1
- package/ReactCommon/jsiexecutor/React-jsiexecutor.podspec +2 -0
- package/ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp +0 -40
- package/ReactCommon/jsiexecutor/jsireact/JSIExecutor.h +1 -6
- package/ReactCommon/jsinspector-modern/ConsoleTask.cpp +27 -0
- package/ReactCommon/jsinspector-modern/ConsoleTask.h +38 -0
- package/ReactCommon/jsinspector-modern/ConsoleTaskContext.cpp +46 -0
- package/ReactCommon/jsinspector-modern/ConsoleTaskContext.h +102 -0
- package/ReactCommon/jsinspector-modern/ConsoleTaskOrchestrator.cpp +55 -0
- package/ReactCommon/jsinspector-modern/ConsoleTaskOrchestrator.h +48 -0
- package/ReactCommon/jsinspector-modern/RuntimeAgent.h +1 -1
- package/ReactCommon/jsinspector-modern/RuntimeTarget.cpp +12 -0
- package/ReactCommon/jsinspector-modern/RuntimeTarget.h +16 -13
- package/ReactCommon/jsinspector-modern/RuntimeTargetConsole.cpp +106 -1
- package/ReactCommon/jsinspector-modern/tests/ConsoleCreateTaskTest.cpp +131 -0
- package/ReactCommon/jsinspector-modern/tests/ReactInstanceIntegrationTest.cpp +1 -0
- package/ReactCommon/jsinspector-modern/tracing/PerformanceTracer.cpp +13 -2
- package/ReactCommon/jsinspector-modern/tracing/PerformanceTracer.h +6 -2
- package/ReactCommon/jsinspector-modern/tracing/TargetTracingAgent.h +5 -0
- package/ReactCommon/jsitooling/react/runtime/JSRuntimeBindings.cpp +54 -0
- package/ReactCommon/jsitooling/react/runtime/JSRuntimeBindings.h +20 -0
- package/ReactCommon/react/nativemodule/samples/platform/ios/ReactCommon/RCTSampleTurboModule.mm +1 -4
- package/ReactCommon/react/performance/timeline/CMakeLists.txt +1 -0
- package/ReactCommon/react/performance/timeline/PerformanceEntryReporter.cpp +9 -1
- package/ReactCommon/react/performance/timeline/React-performancetimeline.podspec +1 -0
- package/ReactCommon/react/renderer/animated/NativeAnimatedNodesManager.cpp +21 -16
- package/ReactCommon/react/renderer/animated/NativeAnimatedNodesManagerProvider.cpp +9 -5
- package/ReactCommon/react/renderer/animationbackend/AnimationBackend.cpp +67 -32
- package/ReactCommon/react/renderer/animationbackend/AnimationBackend.h +14 -2
- package/ReactCommon/react/renderer/core/EventDispatcher.cpp +1 -1
- package/ReactCommon/react/renderer/core/EventQueueProcessor.cpp +3 -3
- package/ReactCommon/react/runtime/ReactInstance.cpp +8 -6
- package/ReactCommon/react/runtime/ReactInstance.h +0 -1
- package/flow/bom.js.flow +7 -0
- package/package.json +8 -8
- package/scripts/ios-configure-glog.sh +6 -1
- package/types_generated/Libraries/Components/Button.d.ts +1 -4
- package/types_generated/Libraries/StyleSheet/PlatformColorValueTypes.d.ts +3 -3
- package/ReactAndroid/src/main/java/com/facebook/react/bridge/CxxModuleWrapper.kt +0 -25
- package/ReactAndroid/src/main/java/com/facebook/react/bridge/CxxModuleWrapperBase.kt +0 -61
- 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
|
-
|
|
46
|
-
{
|
|
47
|
-
return @"BlobModule";
|
|
48
|
-
}
|
|
45
|
+
RCT_EXPORT_MODULE(BlobModule)
|
|
49
46
|
|
|
50
47
|
@synthesize bridge = _bridge;
|
|
51
48
|
@synthesize moduleRegistry = _moduleRegistry;
|
|
@@ -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-
|
|
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}` : ''}`;
|
|
@@ -92,10 +92,7 @@ static NSError *addResponseHeadersToError(NSError *originalError, NSHTTPURLRespo
|
|
|
92
92
|
@synthesize maxConcurrentDecodingTasks = _maxConcurrentDecodingTasks;
|
|
93
93
|
@synthesize maxConcurrentDecodingBytes = _maxConcurrentDecodingBytes;
|
|
94
94
|
|
|
95
|
-
|
|
96
|
-
{
|
|
97
|
-
return @"RCTImageLoader";
|
|
98
|
-
}
|
|
95
|
+
RCT_EXPORT_MODULE()
|
|
99
96
|
|
|
100
97
|
- (instancetype)init
|
|
101
98
|
{
|
|
@@ -30,10 +30,7 @@ typedef void (^AnimatedOperation)(RCTNativeAnimatedNodesManager *nodesManager);
|
|
|
30
30
|
NSMutableDictionary<NSNumber *, NSNumber *> *_animIdIsManagedByFabric;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
|
|
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
|
-
|
|
34
|
-
{
|
|
35
|
-
return @"NativeAnimatedTurboModule";
|
|
36
|
-
}
|
|
33
|
+
RCT_EXPORT_MODULE();
|
|
37
34
|
|
|
38
35
|
+ (BOOL)requiresMainQueueSetup
|
|
39
36
|
{
|
|
@@ -33,10 +33,7 @@ void RCTSetCustomNSURLSessionConfigurationProvider(NSURLSessionConfigurationProv
|
|
|
33
33
|
|
|
34
34
|
@synthesize moduleRegistry = _moduleRegistry;
|
|
35
35
|
|
|
36
|
-
|
|
37
|
-
{
|
|
38
|
-
return @"HTTPRequestHandler";
|
|
39
|
-
}
|
|
36
|
+
RCT_EXPORT_MODULE()
|
|
40
37
|
|
|
41
38
|
- (void)invalidate
|
|
42
39
|
{
|
|
@@ -154,10 +154,7 @@ static BOOL IsNotificationRemote(UNNotification *notification)
|
|
|
154
154
|
return [notification.request.trigger isKindOfClass:[UNPushNotificationTrigger class]];
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
-
|
|
158
|
-
{
|
|
159
|
-
return @"PushNotificationManager";
|
|
160
|
-
}
|
|
157
|
+
RCT_EXPORT_MODULE()
|
|
161
158
|
|
|
162
159
|
- (dispatch_queue_t)methodQueue
|
|
163
160
|
{
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
import type {ProcessedColorValue} from './processColor';
|
|
12
|
-
import type {
|
|
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>):
|
|
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>):
|
|
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 {
|
|
12
|
+
import type {NativeColorValue} from './StyleSheet';
|
|
13
13
|
|
|
14
|
-
declare export function PlatformColor(
|
|
14
|
+
declare export function PlatformColor(
|
|
15
|
+
...names: Array<string>
|
|
16
|
+
): NativeColorValue;
|
|
15
17
|
|
|
16
18
|
declare export function normalizeColorObject(
|
|
17
19
|
color: NativeColorValue,
|
|
@@ -26,10 +26,7 @@
|
|
|
26
26
|
NSHashTable<RCTTextShadowView *> *_shadowViews;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
|
|
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)
|
package/React/Base/RCTVersion.m
CHANGED
|
@@ -24,7 +24,7 @@ NSDictionary* RCTGetReactNativeVersion(void)
|
|
|
24
24
|
RCTVersionMajor: @(0),
|
|
25
25
|
RCTVersionMinor: @(84),
|
|
26
26
|
RCTVersionPatch: @(0),
|
|
27
|
-
RCTVersionPrerelease: @"nightly-
|
|
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
|
-
|
|
37
|
-
{
|
|
38
|
-
return @"AccessibilityManager";
|
|
39
|
-
}
|
|
36
|
+
RCT_EXPORT_MODULE()
|
|
40
37
|
|
|
41
38
|
+ (BOOL)requiresMainQueueSetup
|
|
42
39
|
{
|
|
@@ -124,10 +124,7 @@ typedef void (^RCTDevMenuAlertActionHandler)(UIAlertAction *action);
|
|
|
124
124
|
@synthesize callableJSModules = _callableJSModules;
|
|
125
125
|
@synthesize bundleManager = _bundleManager;
|
|
126
126
|
|
|
127
|
-
|
|
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
|
-
|
|
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)
|
|
@@ -44,10 +44,7 @@ static uint16_t RCTUniqueCoalescingKeyGenerator = 0;
|
|
|
44
44
|
@synthesize dispatchToJSThread = _dispatchToJSThread;
|
|
45
45
|
@synthesize callableJSModules = _callableJSModules;
|
|
46
46
|
|
|
47
|
-
|
|
48
|
-
{
|
|
49
|
-
return @"EventDispatcher";
|
|
50
|
-
}
|
|
47
|
+
RCT_EXPORT_MODULE()
|
|
51
48
|
|
|
52
49
|
- (void)initialize
|
|
53
50
|
{
|
|
@@ -114,10 +114,7 @@ static vm_size_t RCTGetResidentMemorySize(void)
|
|
|
114
114
|
@synthesize bridge = _bridge;
|
|
115
115
|
@synthesize moduleRegistry = _moduleRegistry;
|
|
116
116
|
|
|
117
|
-
|
|
118
|
-
{
|
|
119
|
-
return @"PerfMonitor";
|
|
120
|
-
}
|
|
117
|
+
RCT_EXPORT_MODULE()
|
|
121
118
|
|
|
122
119
|
+ (BOOL)requiresMainQueueSetup
|
|
123
120
|
{
|