Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jan 30, 2024

Bumps scripts/update-rn.sh from v0.80.1 to v0.83.0.

Auto-generated by a dependency updater.

Changelog

v0.82.1

  • Fixed representation of transforms when view is originally zero-sized (a81e94a40c by javache)
  • Fixed issue when using gnu coreutils cp command when using precompiled binaries causing compilation error (068ec39aea by chrfalch)

v0.82.0

Breaking

  • Appearance.setColorScheme: Appearance.setColorScheme no longer accepts a nullable value (a4581ecd8b by huntie)
  • CxxSharedModuleWrapper: Removed CxxSharedModuleWrapper (fafbee2402 by javache)
  • DOM API: Enable DOM APIs in host component refs (2ad845ccb2 by rubennorte)
  • Error Handling: Unhandled promises are now handled by ExceptionsManager.handleException, instead of being swallowed as Logbox Warnings. (c4082c9ce2 by krystofwoldrich)
  • InteractionManager: InteractionManager has been deprecated and no longer respects interaction handles. Instead, it is now recommended to avoid executing long-running JavaScript tasks by breaking them up into smaller tasks and scheduling them using requestIdleCallback(). (03d9f34a82 by yungsters)
  • shouldEmitW3CPointerEvents: Migrate shouldPressibilityUseW3CPointerEventsForHover to common private feature flags and remove shouldEmitW3CPointerEvents flag. (fb4587780e by coado)
  • TurboModuleUtils: Remove unused ReactCommon/TurboModuleUtils functions #deepCopyJSIObject and #deepCopyJSIArray (ead669ade3 by christophpurrer)
  • TurboModules: Delete old location of CallbackWrapper.h / LongLivedObject.h by (cb94e71 christophpurrer)
Android specific
  • Deps: Gradle to 9.0 (7f93b664b4 by cortinico)
  • Image Prefetching: Android: Image Prefetching send ImageResizeMode as enum value (e30f34eda6 by christophpurrer)
  • New Architecture: Remove possibility to newArchEnabled=false in 0.82 (d5d21d0614 by cortinico)
  • reactNativeHost: Throw Exception if ReactApplication.reactNativeHost is not overriden (0d3791ca0a by mdvacca)
  • ViewManagerInterfaces: Migrate ViewManagerInterfaces to kotlin. Some types in code generated ViewManagerInterfaces might differ. e.g. this will start enforcing nullability in parameters of viewManagerInterface methods (e.g. String commands parameters are not nullable, view params are not nullable in any method, etc) (79ca9036d3 by mdvacca)
iOS Specific
Android specific
  • AGP: AGP to 8.12.0 (742ef3d661 by cortinico)
  • DevSupportManager: DevSupport openDebugger() methods now accept a panel: String? param. Frameworks directly implementing DevSupportManager will need to adjust call signatures. (9dba7112cf by huntie)
  • Kotlin: Migrated TextAttributeProps to Kotlin. You might need to update your property access to use camelCase instead of Hungarian notation. (fa921b3c7b by mateoguzmana)
  • Kotlin: Migrated ReactBaseTextShadowNode to Kotlin. You might need to update your property access to use camelCase instead of Hungarian notation. (8ccfff9a46 by mateoguzmana)
  • Kotlin: Migrated com.facebook.react.bridge.Arguments to Kotlin. (2534aeaddb by mateoguzmana)
  • Kotlin: Migrate YogaConfig to Kotlin (4d5caef76b by mateoguzmana)
  • Kotlin: Migrate YogaValue to Kotlin (4340dcbae8 by mateoguzmana)
  • Kotlin: Migrate YogaNative to Kotlin (bc54a06fcb by mateoguzmana)
  • Kotlin: Migrate YogaConfigFactory to Kotlin (33ca53d9db by mateoguzmana)
  • Kotlin: Migrate DoNotStrip to Kotlin (35d8086881 by mateoguzmana)
  • Kotlin: Migrate YogaLayoutType to Kotlin (7e461003c6 by mateoguzmana)
  • Kotlin: Migrate LayoutPassReason to Kotlin (db2a9c089c by mateoguzmana)
  • Kotlin: Migrate YogaNodeFactory to Kotlin (40afa75a7c by mateoguzmana)
  • Kotlin: Migrate YogaMeasureOutput to Kotlin (453508ada8 by mateoguzmana)
  • Kotlin: Migrate YogaMeasureFunction to Kotlin (05eddd354e by mateoguzmana)
  • Kotlin: Migrate YogaStyleInputs to Kotlin (001736000f by mateoguzmana)
  • Kotlin: Migrate YogaBaselineFunction to Kotlin (a2eb3b299d by mateoguzmana)
  • Kotlin: Migrate YogaLogger to Kotlin (9c9a39b58e by mateoguzmana)
  • OnBatchCompleteListener: Make OnBatchCompleteListener interface internal (046ff8e58b by cortinico)
  • ReactSurface: Changed return type of ReactSurfaceImpl.view to ReactSurfaceView to align with parameter recived by ReactSurfaceImpl.attachView() (41029d8e91 by mdvacca)
  • TextAttributeProps: Deprecate the field TextAttributeProps.effectiveLineHeight. This field was public but never used in OSS. (ede037ade7 by cortinico)
  • ViewManagers: Changed method arguments names for Core ViewManagers to match the names of ViewManagerInterfaces (e7d9e0d197 by mdvacca)
  • APIs: Deprecate legacy javascript react native apis (e7aeea26bd by RSNara)
  • StyleSheet: StyleSheet.absoluteFillObject is deprecated in favor of StyleSheet.absoluteFill (equivalent). (83e19813ff by huntie)
  • Deprecate all the c++ classes not used by interop, or the new architecture. (9539cd2626 by RSNara)
  • DevMenu: Remove bridge mode string from React Native Dev Menu title (1c838f32a9 by sbuggay)
  • New Architecture: DefaultDevSupportManagerFactory.create() method used for Old Arch (026e22bb8d by cortinico)
  • New Architecture: Deprecate BridgelessReactContext.getCatalystInstance() method (4583fbe052 by cortinico)
  • New Architecture: Deprecate legacy architecture classes ReactInstanceManager and ReactInstanceManagerBuilder, these classes will be deleted in a future release (fb84932e48 by mdvacca)
  • New Architecture: Depreacate CoreModulesPackage and NativeModuleRegistryBuilder legacy architecture classes, these classes unused in the new architecture and will be deleted in the future (d3bbbd893a by mdvacca)
  • New Architecture: Deprecate Legacy Architecture ViewManagers, these classes are not used as part of the new architecture and will be deleted in the future (da74d5da2c by mdvacca)
  • New Architecture: Deprecate LegacyArchitecture ShadowNode classes included in React Native (07091a9ae8 by mdvacca)
  • New Architecture: Depreacte all LegacyArchitecture classes from the bridge package (c1f7c5e321 by mdvacca)
  • New Architecture: Deprecate LegacyArchitecture class UIManagerProvider (b29b86f275 by mdvacca)
  • New Architecture: Deprecate BridgeDevSupportManager and JSInstance (25c011eb4d by mdvacca)
  • New Architecture: Deprecate NativeModuleRegistry Legacy Architecture class (22e4c25211 by mdvacca)
  • New Architecture: Deprecate subset of LegacyArchitecture classes in com/facebook/react/bridge (78a3ff81eb by mdvacca)
  • New Architecture: Deprecate LegacyArchitecture class FrescoBasedReactTextInlineImageShadowNode (25f466cc4d by mdvacca)
  • New Architecture: Deprecate Legacy Architecture class CallbackImpl (718126fcf0 by mdvacca)
  • New Architecture: Deprecate LegacyArchitecture class JavaMethodWrapper (19a99dd088 by mdvacca)
  • New Architecture: Deprecate Legacy Architecture ShadowNode classes (c4715886a9 by mdvacca)
  • New Architecture: Deprecate LegacyArchitecture UIManagerModules class (85610c8b43 by mdvacca)
  • New Architecture: Deprecate LegacyArchitecture classes from com/facebook/react/uimanager (7f5b2b8f84 by mdvacca)
  • New Architecture: Deprecate LegacyArchitecture classes from package com.facebook.react.uimanager (39d24bade3 by mdvacca)
  • New Architecture: Deprecate LegacyArchitecture classes from LayoutAnimation package (f67078df07 by mdvacca)
  • New Architecture: ReactPackageLogger is not supported in the new architecture and being deprecated (65671108f6 by mdvacca)
  • DevMenu: Remove bridge mode title and description from React Native Dev Menu title (775daf5972 by sbuggay)
  • New Architecture: Deprecate all the objc classes not used by interop, or the new architecture. (70f53ac4ea by RSNara)
  • New Architecture: Core: Remove legacy components (9c8a4c2297 by RSNara)
Android specific
  • DefaultReactHost: Delete unused DefaultReactHost.getDefaultReactHost() overload (d35ddb5e59 by cortinico)
  • DefaultReactHost: Remove deprecated DefaultReactHost.getDefaultReactHost() overload - part 2 (bda6acf3b0 by cortinico)
  • DefaultReactHost: Remove deprecated DefaultReactHost.getDefaultReactHost() overload - part 1 (474f455a75 by cortinico)
  • Inspector: Removed unused Inspector public class from React Android (cf528526cc by cortinico)
  • JSONArguments: Remove the com.facebook.react.bridge.JSONArguments class (04ae15d99b by cortinico)
  • MessageQueueThreadPerfStats: Deprecated MessageQueueThreadPerfStats API and replaced with stub. (3bf5cb3d0e by javache)

Fixed

  • Accessibility: Fix for setting the default value for accessibility props (586f5ba89c by Vineeth K)
  • Accessibility: aria-hidden support for Text, non-editable TextInput and Image (0f39fc3000 by mdjastrzebski)
  • Build: Fixed babel plugin validation error when coverage instrumentation is enabled (191ddc1ec7 by Umar Mohammad)
  • Casting: Casting rawValue to int was incorrectly truncating (31b9f10364 by javache)
  • Codegen: Help Codegen find library's package.json if some libraries using exports field in their package.json file and the ./package.json subpath is not explicitly defined (739dfd2141 by RakaDoank)
  • Hermes: Change leftover references to hermes.framework to hermesvm.framework (7f051c5470 by j-piasecki)
  • Hermes V1: Fixed coordinates for Hermes V1 artifacts (674fb77d93 by j-piasecki)
  • Performance Panel: Fix typo in Performance.js type checking condition (6caf2dfa38 by YangJonghun)
  • Performance Panel: Add default cases to switch statements in headers (323fe3a5d4 by NSProgrammer)
  • ReactCommon: Bring back ContextContainer::Shared = std::shared_ptr alias (daeb6e99ab by christophpurrer)
  • ReactCommon: Bring back SharedImageManager = std::shared_ptr alias (4718b35259 by christophpurrer)
  • ReactCommon: Fixed Type Conversion Error in DynamicEventPayload (ff38d59cff by Harini Malothu)
  • ReactCommon: Fixed Type Conversion Error in CSSHexColor (2ca88a0069 by anupriya13)
  • TestCallInvoker: Fix memory leak in TestCallInvoker (9f2fbc23e4 by christophpurrer)
Android specific
  • Accessability: Stabilize custom accessibility action IDs to prevent "incompatible action" errors in TalkBack. (626568f9a3 by leg234-png)
  • Build From Source: Fix build from source due to missing folder error on Gradle 9.0 (9fbce3eff1 by cortinico)
  • Determinism: Turned off build IDs for native libraries, fixing issues with reproducibility (4b8dbe7642 by Rexogamer)
  • DevTools: Fix stack trace linkifying failing when using Android emulator and other situations where the device and debugger have different bundle urls (794df48ad6 by vzaidman)
  • Edge to Edge: Fix Dimensions window values on Android < 15 when edge-to-edge is enabled (3b185e4bce by zoontek)
  • Fonts: Update font scale when recreating RootView (5cda3065ce by j-piasecki)
  • Fonts: Fix incorrect positioning of inline view at the end of string when RTL text in LTR container (7f224941bb by NickGerleman)
  • Hermes V1: Changed the coordinates of hermes artifacts when using Hermes V1 (d0fb33822d by j-piasecki)
  • Locale: Use the first available locale instead of the default one to decide isDevicePreferredLanguageRTL (a03780d279 by Kaining Zhong)
  • New Architecture: Correctly account for insets on first render of Modals on New Arch (2e76fc8e8e by cortinico)
  • Performance: Fix mounting is very slow on Android by shipping native transform optimizations (c557311ed8 by cortinico)
  • Scroll: Fixed an issue where shadow tree and native tree layouts mismatch at the end of a scroll event (1828c53f85 by Abbondanzo)
  • Start up: Fix wrong default for jsBundleAssetPath on DefaultReactHost (2246e2b82c by cortinico)
iOS specific
  • Build: Fixed using USE_FRAMEWORKS (static/dynamic) with precompiled binaries (e723ca4d6b by chrfalch)
  • Build: Non-UTF8 crashes Info.plist local frameworks (91e69b5d4c by philipheinser)
  • Build: Fixed variable naming error in set_fast_float_config method in react_native_pods.rb (327057fad5 by eliotfallon213)
  • Build: Fix pure cocoapods dynamic framework build (aa4555eaf1 by cipolleschi)
  • Codegen: Fix regression that skips artifacts code generation (f6f5ea0b2e by kitten)
  • Native Modules: Fix concurrent calls into resolve/reject inside native modules (dc879950d1 by RSNara)
  • New Architecture: Fix overriding (xc)framework Info.plist files with RCTNewArchEnabled field (f84514a88b by msynowski)
  • Prebuild: Fix Node scripts related to prebuilt tarball extraction for paths containing whitespaces (9731e8ebc5 by kitten)
  • Prebuild: Use autolinking-generated react-native-config output in second step of cocoapods linking that generates artifacts and generated source (f170db412b by kitten)
  • RCTAlertController: Simplify RCTAlertController, don't create additional UIWindow (05c4321b19 by okwasniewski)
  • RCTPullToRefreshViewComponentView: Properly initialize the RCTPullToRefreshViewComponentView (27217e8bd6 by cipolleschi)
  • RCTReactNativeFactory: Ask the delegate for getModuleForClass and getModuleInstanceFromClass (85b47afb48 by cipolleschi)
  • ScrollView: Correctly propagate ScrollView props to RefreshControl (09daad27ea by cipolleschi)
  • ScrollView: Make sure that ScrollView recycled refresh control have the right props setup. (21b93d8d7d by cipolleschi)
  • Switch: Fixed a crash when rendering the Switch component (28275a0f7b by cipolleschi)
  • Switch: Fix Switch layout to work with iOS26 (91d427fe52 by cipolleschi)
  • Text: Fix selectable prop not working correctly (f004cd39bc by iamAbhi-916)
  • TextInput: Update TextInput recycling logic to clean up the inputAccessoryView dependency. (eb08f54594 by ArturKalach)
  • TextInput: Fixed TextInput behavior when maxLength={null} is passed (56ad53cb14 by cipolleschi)
  • View: Inline View alignment with lineHeight in Text (6da351a5ed by intergalacticspacehighway)

Security

v0.81.4

  • Fix regression that skips artifacts code generation (f6f5ea0b2e by kitten)
  • Reapplied "Use autolinking-generated react-native-config output in second step of cocoapods linking that generates artifacts and generated source" (bb73315a3f by kitten)

v0.81.3

  • Reverted "Use autolinking-generated react-native-config output in second step of cocoapods linking that generates artifacts and generated source" (537e3ad930 by gabrieldonadel)

v0.81.2

  • Create a debugOptimized buildType for Android (5e3edafec6 by cortinico)
  • Add useNativeEqualsInNativeReadableArrayAndroid and useNativeTransformHelperAndroid feature flag to the experimental channel. This should alleviate some of the perf issue users are seeing on Android + Reanimated + NewArch on 0.81(a346096da8 by cortinico)
  • Fix Node scripts related to prebuilt tarball extraction for paths containing whitespaces (366f2ad505 by kitten)
  • Use autolinking-generated react-native-config output in second step of cocoapods linking that generates artifacts and generated source (a2eb29e5e7 by kitten)

v0.81.1

  • Prebuild: Added setting SWIFT_ENABLE_EXPLICIT_MODULES=NO when using precompiled to support Xcode 26 (939a75b5ce by chrfalch)
  • Infra: Add missing Babel dependencies (bf2c3af93b by tido64)
  • Accessibility: fix aria-label on TextInput (6965d57e75 by mdjastrzebski)
  • TextInput: Setting maxLength to 0 in TextInput now correctly blocks typing (c5956da8c0 by riteshshukla04)
  • Switch: Fix Switch layout to work with iOS 26 (ba51aeaa90 by cipolleschi)
  • C++: Fix import RuntimeExecutor.h with USE_FRAMEWORKS (dacd8f26fd by sharifhh)
  • Infra: Fix scripts for paths containing whitespaces (94623ca8ec by kitten)
  • Prebuild: Fixed how we copy and build the Symbols folder when precompiling ReactNativeDependencies (a843119ff1 by chrfalch)
  • Prebuild: Fixed wrong jsi symbols in use when using React.xcframework (8a2e7efe01 by chrfalch)
  • Prebuild: Fixed copying bundles correctly to xcframeworks when precompiling ReactNativeDependencies.xcframework (e3adf47214 by chrfalch)
  • Prebuild: Aligned Symbols folder in React.xcframework symbols with ReactNativeDependencies.xcframework symbols. (8c444f773a by chrfalch)
  • Prebuild: Fix "file exists" error in ReactNativeDependencies.podspec (4c570b5d31 by vonovak)
  • Prebuild: added explicit handling of ReactCodegen (6526a98d68 by cipolleschi)

v0.81.0

  • APIs: All react-native/Libraries/BugReporting APIs have been removed (9d4d8dcb02 by huntie)
  • APIs: Add public JS API breaking change detection under yarn diff-api-snapshot script. (6b40f35032 by coado)
  • APIs: Community CLI users: user-defined resolver.resolveRequest and serializer.getModulesRunBeforeMainModule Metro config now takes precedence over CLI defaults (fe2bcbf4ba by robhogan)
  • Error Handling: Improve messaging and add error stack trace for uncaught throws. (5ba0e1f97a by vzaidman)
  • Flow: The react-native package no longer ships with the flow directory (38acb4c074 by huntie)
  • Node: Minimum Node version is now bumped to Node.js 22.14.0 (df39eadc03 by huntie)
  • View: View no longer sets any default accessibility props, which should not result in visible changes in behaviour but may affect snapshot tests. (039a333df5 by javache)
  • View: Upgrade View component to React 19. (eedd60b9e6 by EvanBacon)
  • APIs: Cleanup and internalize FpsDebugFrameCallback (cf6569bc18 by cortinico)
  • CMake: Correctly propagate RN_SERIALIZABLE_STATE to 3rd party CMake targets. Users with custom CMake and C++ code should update to use target_compile_reactnative_options inside their CMakeLists.txt files.(c059ae1b77 by cortinico)
  • FabricUIManager: Remove FabricUIManager.measure overload which accepts attachment positions (2ba86caf18 by NickGerleman)
  • Kotlin: Migrate ViewManagerInterfaces to kotlin. Some types in code generated ViewManagerInterfaces might differ. e.g. this will start enforcing nullability in parameters of viewManagerInterface methods (e.g. String commands parameters are not nullable, view params are not nullable in any method, etc) (76ff1aa5c6 by mdvacca)
  • Kotlin: Migrate com.facebook.react.ReactDelegate to Kotlin. Some users implementing this class in Kotlin could have breakages. (50ea5b4380 by mateoguzmana)
  • Kotlin: Convert to Kotlin and internalize MountingManager (f33fdca876 by cortinico)
  • textAlignVertical: Move textAlignVertical to paragraph attributes instead of text attributes (55fd8b26f8 by joevilches)
  • TextLayoutManager: Make Java Side TextLayoutManager Internal (e82a677c79 by NickGerleman)
  • RCTDisplayLink: Migrate RCTDisplayLink's API from RCTModuleData (70eeb9f541 by RSNara)
  • SynchronouslyUpdateViewOnUIThread: SynchronouslyUpdateViewOnUIThread now accepts folly::dynamic instead of NSDictionary. Use https://github.com/facebook/react-native/blob/main/packages/react-native/ReactCommon/react/utils/platform/ios/react/utils/FollyConvert.h#L14 for conversion. (82279bd981 by sammy-SC)
  • Xcode: Bump min Xcode to 16.1 (c27a8804a6 by NickGerleman)
  • APIs: Expose unstable_TextAncestorContext API (962a7dda44 by huntie)
  • APIs: Expose additional *AnimationConfig types on the Animated namespace (11a1ad7a98 by huntie)
  • APIs: InterpolationConfig is now exposed on the Animated namespace (b01a5f91fe by huntie)
  • APIs: Expose ScrollViewImperativeMethods and ScrollViewScrollToOptions types to public API (f184b591cf by Antonio Pires)
  • APIs: Add --validate flag to build-types script for JS API snapshot validation. (f529fd6ba5 by coado)
  • Bridging: Added support for bridging Class methods return types (e403b510d0 by hoxyq)
  • Error Handling: Improve error messages when enum members are missing (12ced22f70 by Yannick Loriot)
  • Fantom: Add Fantom.getFabricUpdateProps for reading fabric update props scheduled via UIManager::updateShadowTree (cc442eb8c8 by zeyap)
  • Flow: Add support for Flow opaque types in codegen for native modules (a15fc102e6 by rubennorte)
  • HMR: Process HMR registerBundle calls from the same origin only (a9007ea586 by jbroma)
  • IntersectionObserver: IntersectionObserver support for root with fixes for viewport offsets (c5b6716311 by lunaleaps)
  • ReactNativeFeatureFlags: Allow Custom ReactNativeFeatureFlags for Shell 2.0 (bbc1e121c7 by Maddie Lord)
  • ScrollView: Added more Pending Decleration for ScrollView (a6908ad1a5 by riteshshukla04)
  • ShadowNode: Added cloneMultiple to ShadowNode class. (1161fb4fcd by bartlomiejbloniarz)
  • Typescript: Add pressRetentionOffset prop to be recognised by typescript in Text.d.ts (d94f4d8c9d by iamAbhi-916)
  • URLSearchParams: Added size property to URLSearchParams implementation (9b1a8ffac4 by louix)
Android specific
  • BaseViewManager: Adds support for onFocus / onBlur event dispatching logic to all native views that implement BaseViewManager (e960a28af7 by Abbondanzo)
  • Edge To Edge: Add Android edge-to-edge opt-in support (09ef774ff6 by zoontek)
  • RNGP: RNGP- Add support for exclusiveEnterpriseRepository to specify an internal Maven mirror. (6cb8dc37c7 by cortinico)
  • RNTester: Added explicit build tool version to RNTester build.gradle to avoid automatic installation of Android SDK Build Tools. (35dba09724 by mojavad)
  • ScrollView: Allow fadingEdgeLength to be set independently on the start and end of the ScrollView (a21a4b87c3 by Mark Verlingieri)
  • View: Support for onFocus and onBlur function calls in View components (af0a76cf5f by Abbondanzo)
iOS specific

⚠️ Changelog content truncated by 1125532 characters because it was over the limit (60000) and wouldn't fit into PR description.

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch from eaa6b6d to 99fee31 Compare January 30, 2024 03:03
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Jan 30, 2024
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch from 99fee31 to 0190f84 Compare January 30, 2024 18:22
@github-actions
Copy link
Contributor Author

github-actions bot commented Jan 30, 2024

Android (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 555.38 ms 607.71 ms 52.34 ms
Size 17.73 MiB 20.06 MiB 2.33 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
27ef4ee 317.40 ms 321.70 ms 4.30 ms
6e8584e 447.10 ms 474.71 ms 27.61 ms
148f924 492.65 ms 500.28 ms 7.63 ms
34aba08 328.10 ms 342.84 ms 14.74 ms
70e6261 482.65 ms 495.70 ms 13.05 ms
575f9da 415.26 ms 422.98 ms 7.72 ms
1c65324 426.37 ms 460.36 ms 33.99 ms
15c80ab+dirty 336.27 ms 350.58 ms 14.31 ms
1d86dd6 405.14 ms 411.06 ms 5.92 ms
31fcca2 391.22 ms 414.78 ms 23.56 ms

App size

Revision Plain With Sentry Diff
27ef4ee 17.73 MiB 19.82 MiB 2.08 MiB
6e8584e 17.73 MiB 19.86 MiB 2.12 MiB
148f924 17.73 MiB 19.94 MiB 2.21 MiB
34aba08 17.73 MiB 19.80 MiB 2.07 MiB
70e6261 17.73 MiB 19.94 MiB 2.21 MiB
575f9da 17.73 MiB 19.83 MiB 2.10 MiB
1c65324 17.73 MiB 19.95 MiB 2.21 MiB
15c80ab+dirty 17.73 MiB 20.04 MiB 2.31 MiB
1d86dd6 17.73 MiB 19.86 MiB 2.12 MiB
31fcca2 17.73 MiB 19.90 MiB 2.17 MiB

Previous results on branch: deps/scripts/update-rn.sh

Startup times

Revision Plain With Sentry Diff
c66fb41 413.08 ms 440.66 ms 27.58 ms
909a67e 472.34 ms 494.90 ms 22.56 ms
f01ecfc 431.29 ms 463.18 ms 31.89 ms
236cc9c 461.47 ms 479.20 ms 17.73 ms

App size

Revision Plain With Sentry Diff
c66fb41 17.73 MiB 19.95 MiB 2.21 MiB
909a67e 17.73 MiB 20.04 MiB 2.31 MiB
f01ecfc 17.73 MiB 19.93 MiB 2.20 MiB
236cc9c 17.73 MiB 19.93 MiB 2.20 MiB

@github-actions
Copy link
Contributor Author

github-actions bot commented Jan 30, 2024

Android (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 364.29 ms 383.71 ms 19.42 ms
Size 7.15 MiB 8.32 MiB 1.17 MiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
d7401ac+dirty 373.98 ms 394.08 ms 20.10 ms
70caa60+dirty 308.83 ms 393.06 ms 84.23 ms
e5c9b8b+dirty 335.40 ms 360.06 ms 24.67 ms
b1e8712+dirty 322.55 ms 331.84 ms 9.29 ms
2534337+dirty 597.14 ms 665.04 ms 67.90 ms
1c65324+dirty 381.10 ms 427.26 ms 46.16 ms
e73f4ed+dirty 262.98 ms 311.02 ms 48.04 ms
9c48b2c+dirty 270.82 ms 321.12 ms 50.30 ms
9433f35+dirty 265.50 ms 336.08 ms 70.58 ms
76d1baf+dirty 339.02 ms 408.65 ms 69.63 ms

App size

Revision Plain With Sentry Diff
d7401ac+dirty 7.15 MiB 8.04 MiB 910.85 KiB
70caa60+dirty 7.15 MiB 8.03 MiB 901.79 KiB
e5c9b8b+dirty 7.15 MiB 8.10 MiB 980.41 KiB
b1e8712+dirty 7.15 MiB 8.04 MiB 912.27 KiB
2534337+dirty 7.15 MiB 8.11 MiB 988.68 KiB
1c65324+dirty 7.15 MiB 8.22 MiB 1.07 MiB
e73f4ed+dirty 7.15 MiB 8.09 MiB 965.94 KiB
9c48b2c+dirty 7.15 MiB 8.07 MiB 947.16 KiB
9433f35+dirty 7.15 MiB 8.08 MiB 959.34 KiB
76d1baf+dirty 7.15 MiB 8.09 MiB 964.41 KiB

Previous results on branch: deps/scripts/update-rn.sh

Startup times

Revision Plain With Sentry Diff
236cc9c+dirty 330.73 ms 355.79 ms 25.06 ms
909a67e+dirty 366.48 ms 394.66 ms 28.18 ms
c66fb41+dirty 355.42 ms 403.84 ms 48.42 ms
f01ecfc+dirty 367.79 ms 403.25 ms 35.46 ms

App size

Revision Plain With Sentry Diff
236cc9c+dirty 7.15 MiB 8.21 MiB 1.06 MiB
909a67e+dirty 7.15 MiB 8.31 MiB 1.17 MiB
c66fb41+dirty 7.15 MiB 8.22 MiB 1.07 MiB
f01ecfc+dirty 7.15 MiB 8.21 MiB 1.06 MiB

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch from 0190f84 to 6d16c76 Compare January 31, 2024 09:27
@github-actions
Copy link
Contributor Author

github-actions bot commented Jan 31, 2024

iOS (legacy) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1242.51 ms 1239.31 ms -3.20 ms
Size 2.36 MiB 3.07 MiB 725.33 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
86d6d2c+dirty 1267.55 ms 1286.21 ms 18.66 ms
e2b64fe+dirty 1232.22 ms 1255.20 ms 22.98 ms
9433f35+dirty 1246.94 ms 1271.45 ms 24.52 ms
4a6664f+dirty 1209.49 ms 1208.63 ms -0.86 ms
80b2ce3+dirty 1265.92 ms 1268.60 ms 2.69 ms
dadc233+dirty 1223.20 ms 1236.88 ms 13.68 ms
f06c879+dirty 1252.64 ms 1259.66 ms 7.02 ms
5a22220+dirty 1209.49 ms 1220.94 ms 11.45 ms
3853f43+dirty 1221.82 ms 1242.64 ms 20.82 ms
8900e1a+dirty 1210.27 ms 1218.66 ms 8.39 ms

App size

Revision Plain With Sentry Diff
86d6d2c+dirty 2.36 MiB 2.82 MiB 462.82 KiB
e2b64fe+dirty 2.36 MiB 2.85 MiB 495.80 KiB
9433f35+dirty 2.36 MiB 2.85 MiB 499.80 KiB
4a6664f+dirty 2.36 MiB 3.04 MiB 696.39 KiB
80b2ce3+dirty 2.36 MiB 2.84 MiB 486.98 KiB
dadc233+dirty 2.36 MiB 2.84 MiB 486.85 KiB
f06c879+dirty 2.36 MiB 2.88 MiB 530.42 KiB
5a22220+dirty 2.36 MiB 2.92 MiB 570.21 KiB
3853f43+dirty 2.36 MiB 2.85 MiB 499.81 KiB
8900e1a+dirty 2.36 MiB 2.83 MiB 479.25 KiB

Previous results on branch: deps/scripts/update-rn.sh

Startup times

Revision Plain With Sentry Diff
909a67e+dirty 1231.94 ms 1230.14 ms -1.80 ms
f01ecfc+dirty 1228.78 ms 1230.45 ms 1.67 ms
236cc9c+dirty 1317.96 ms 1322.51 ms 4.55 ms
c66fb41+dirty 1215.94 ms 1216.11 ms 0.17 ms

App size

Revision Plain With Sentry Diff
909a67e+dirty 2.36 MiB 3.06 MiB 713.26 KiB
f01ecfc+dirty 2.36 MiB 2.92 MiB 570.30 KiB
236cc9c+dirty 2.36 MiB 2.92 MiB 570.03 KiB
c66fb41+dirty 2.36 MiB 3.04 MiB 698.62 KiB

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 4 times, most recently from 48040db to c38742c Compare February 1, 2024 15:27
@github-actions
Copy link
Contributor Author

github-actions bot commented Feb 1, 2024

iOS (new) Performance metrics 🚀

  Plain With Sentry Diff
Startup time 1230.74 ms 1227.88 ms -2.87 ms
Size 2.92 MiB 3.63 MiB 731.21 KiB

Baseline results on branch: main

Startup times

Revision Plain With Sentry Diff
86d6d2c+dirty 1291.62 ms 1296.80 ms 5.18 ms
e2b64fe+dirty 1285.78 ms 1297.56 ms 11.78 ms
9433f35+dirty 1232.24 ms 1232.74 ms 0.50 ms
4a6664f+dirty 1218.77 ms 1221.07 ms 2.30 ms
80b2ce3+dirty 1245.12 ms 1262.04 ms 16.92 ms
dadc233+dirty 1266.52 ms 1282.55 ms 16.03 ms
f06c879+dirty 1285.14 ms 1285.86 ms 0.72 ms
5a22220+dirty 1246.18 ms 1249.61 ms 3.43 ms
3853f43+dirty 1271.74 ms 1278.04 ms 6.30 ms
8900e1a+dirty 1268.36 ms 1273.04 ms 4.68 ms

App size

Revision Plain With Sentry Diff
86d6d2c+dirty 2.92 MiB 3.37 MiB 464.31 KiB
e2b64fe+dirty 2.92 MiB 3.41 MiB 499.97 KiB
9433f35+dirty 2.92 MiB 3.41 MiB 503.55 KiB
4a6664f+dirty 2.92 MiB 3.60 MiB 702.09 KiB
80b2ce3+dirty 2.92 MiB 3.40 MiB 492.75 KiB
dadc233+dirty 2.92 MiB 3.40 MiB 492.53 KiB
f06c879+dirty 2.92 MiB 3.44 MiB 533.24 KiB
5a22220+dirty 2.92 MiB 3.48 MiB 575.81 KiB
3853f43+dirty 2.92 MiB 3.41 MiB 503.54 KiB
8900e1a+dirty 2.92 MiB 3.39 MiB 485.96 KiB

Previous results on branch: deps/scripts/update-rn.sh

Startup times

Revision Plain With Sentry Diff
909a67e+dirty 1216.10 ms 1217.41 ms 1.30 ms
f01ecfc+dirty 1224.04 ms 1228.31 ms 4.27 ms
236cc9c+dirty 1236.10 ms 1238.60 ms 2.50 ms
c66fb41+dirty 1228.08 ms 1235.42 ms 7.34 ms

App size

Revision Plain With Sentry Diff
909a67e+dirty 2.92 MiB 3.62 MiB 715.33 KiB
f01ecfc+dirty 2.92 MiB 3.48 MiB 575.84 KiB
236cc9c+dirty 2.92 MiB 3.48 MiB 575.61 KiB
c66fb41+dirty 2.92 MiB 3.61 MiB 705.55 KiB

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 3 times, most recently from 4ea1ad8 to a56ff71 Compare February 5, 2024 17:43
@github-actions github-actions bot changed the title chore(deps): update React Native to v0.73.3 chore(deps): update React Native to v0.73.4 Feb 6, 2024
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 4 times, most recently from 9c8f6d7 to 5b65668 Compare February 12, 2024 17:23
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 8 times, most recently from 3f74f83 to f28f469 Compare February 15, 2024 15:20
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 2 times, most recently from 2b0e213 to f1466e1 Compare December 4, 2025 14:20
Comment on lines 21 to 27
"@sentry/react-native": "7.7.0",
"delay": "^6.0.0",
"react": "18.2.0",
"react-native": "0.73.9",
"react-native": "0.82.1",
"react-native-gesture-handler": "2.14.0",
"react-native-macos": "0.73.34",
"react-native-reanimated": "3.8.1",

This comment was marked as outdated.

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch from f1466e1 to 0d0a35b Compare December 4, 2025 14:27
Comment on lines 21 to 27
"@sentry/react-native": "7.7.0",
"delay": "^6.0.0",
"react": "18.2.0",
"react-native": "0.73.9",
"react-native": "0.82.1",
"react-native-gesture-handler": "2.14.0",
"react-native-macos": "0.73.34",
"react-native-reanimated": "3.8.1",

This comment was marked as outdated.

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch from 0d0a35b to 4f9e302 Compare December 4, 2025 15:01
"delay": "^6.0.0",
"react": "18.2.0",
"react-native": "0.73.9",
"react-native": "0.82.1",

This comment was marked as outdated.

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 6 times, most recently from 2129e63 to 4acc521 Compare December 9, 2025 13:17
Comment on lines 21 to 27
"@sentry/react-native": "7.7.0",
"delay": "^6.0.0",
"react": "18.2.0",
"react-native": "0.73.9",
"react-native": "0.82.1",
"react-native-gesture-handler": "2.14.0",
"react-native-macos": "0.73.34",
"react-native-reanimated": "3.8.1",

This comment was marked as outdated.

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 2 times, most recently from 5ca46d4 to 371bebf Compare December 10, 2025 09:08
Comment on lines 11 to 17
"@react-native/new-app-screen": "0.80.2",
"@sentry/react-native": "7.7.0",
"react": "19.1.0",
"react-native": "0.80.2"
"react-native": "0.82.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",

This comment was marked as outdated.

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 2 times, most recently from 567cd8b to c6a299e Compare December 11, 2025 03:33
@github-actions github-actions bot changed the title chore(deps): update React Native to v0.82.1 chore(deps): update React Native to v0.83.0 Dec 11, 2025
Comment on lines 35 to 41
"@shopify/flash-list": "^2.0.2",
"delay": "^6.0.0",
"react": "19.1.0",
"react-native": "0.80.2",
"react-native": "0.83.0",
"react-native-gesture-handler": "^2.28.0",
"react-native-image-picker": "^8.2.1",
"react-native-launch-arguments": "^4.1.0",

This comment was marked as outdated.

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 2 times, most recently from 48cb20f to b871eb5 Compare December 11, 2025 09:33
@antonis
Copy link
Contributor

antonis commented Dec 11, 2025

Bumped E2E with #5431

@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch from b871eb5 to c0d4c20 Compare December 11, 2025 10:50
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch from c0d4c20 to 00e54d3 Compare December 11, 2025 15:07
@antonis antonis marked this pull request as draft December 12, 2025 09:13
@antonis
Copy link
Contributor

antonis commented Dec 12, 2025

E2E tests updated with #5431

ps. I'm converting this git-hub PR to draft and mark ad blocked since we do not plan to merge it at this point

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Blocked dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants