Skip to content

chore(deps): update React Native to v0.79.0 #3567

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

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

Bumps scripts/update-rn.sh from v0.77.1 to v0.79.0.

Auto-generated by a dependency updater.

Changelog

v0.79.0

Added

  • Codegen: Allow UnsafeMixed as Array value in codegen (abd7259de4 by javache)
  • DevX: Add inspector proxy events for debugger heartbeat (sampled) and abandoned connections (84f3cf95ea by vzaidman)
  • DevX: Add inspector proxy info logs in regards to CDP connection to device and DevTools (29419ce8f0 by vzaidman)
  • Flow: Added explicit type for _lastNativeRefreshing and changed React import syntax in RefreshControl (a24f9ef825 by coado)
  • Flow: Added explicit type for _memoizedRenderer and changed React and View import in FlatList (b634fa1edb by coado)
  • Flow: Added explicit type for argument in _captureRef in SectionList (e31ff4212b by coado)
  • Flow: Added explicit type for Symbol.iterator in URLSearchParams (89af3e804f by coado)
  • Flow: Added explicit type to supported commands in TextInputNativeCommands (1126bbb149 by coado)
  • Flow: Added type for exported object in AssetRegistry (44d84f2af6 by coado)
  • Flow: Added types in TouchHistoryMath (b9df812b67 by coado)
  • Infra: Open Sourcing React Native's Compatibility Check (60e3921f9c by elicwhite)
  • Layout: Linear gradient color transition hint syntax and px unit support. (cc89ddd50b by intergalacticspacehighway)
  • Layout: Support stylistic sets for fontVariant (c09b71b990 by LeviWilliams)
  • LogBox: Add full owner stack support to React Native (967ef32154 by rickhanlonii)
  • LogBox: Add owner stack code frames to LogBox (0affa544c3 by rickhanlonii)
  • Metro: Add opt in for legacy Metro log streaming via --client-logs flag (0d66c524cf by huntie)
  • TextInput: Adds the escape key to the key press event handler payload. (e566c1ec06 by sbuggay)
Android specific
  • Docs: Improve ToastAndroid jsdocs (299a7a959d by mateoguzmana)
  • Gradle: Add support for Gradle Configuration caching (e41887e62f by cortinico)
  • Initialization: On DefaultNewArchitectureEntryPoint class add property to specify the desired release level for an application (19c18eb995 by jorge-cab)
  • Initialization: Set ReactSurface and ReactRootView to ReactDelegate when created via ReactNavigationActivityDelegate (a302fbcaaf by Maddie Lord)
iOS specific

Breaking

Android specific
  • APIs: Make ResponseUtil internal (360cbf7433 by mateoguzmana)
  • APIs: Removed RuntimeConfig class for Hermes which was unused. (08ddc11269 by cortinico)
  • APIs: Reduce visibility of FabricUIManager.setBinding() method, unused outside of react native (2a9a13d567 by mdvacca)
  • APIs: Remove TLSSocketFactory class (e065411c91 by mateoguzmana)
  • API: RuntimeExecutor and RuntimeScheduler constructors are now private, MapBufferSoLoader was removed as no longer required. (6c8ace9b05 by javache)
  • API: Remove DevSupportManagerFactory.launchJSDevtools API (514ec4192f by huntie)
  • API: Stable API - Make AnimatedNodeWithUpdateableConfig internal as it was not used in OSS (54e0b69e7e by cortinico)

Changed

  • Animated: Introduced a feature flag to test an optimization in Animated to reduce memory usage. (fb8a6a5bb0 by yungsters)
  • Animated: The AnimatedNode graph will not occur during the insertion effect phase, which means animations can now be reliably started during layout effects. (e0c0476553 by yungsters)
  • Animated: When an Animated component is updated or unmounted, AnimatedNode instances will now detach in a microtask instead of synchronously in the commit phase of React. This will cause the completion callback of finished animations to execute after the commit phase instead of during it. (50b75a74d1 by yungsters)
  • Codegen: Replace jscodeshift with babel/core (8f19201 by kitten)
  • Deps: Bump Node 18 -> 20 to build React Native in OSS (1fd3806ee9 by cortinico)
  • Deps: Upgrade React DevTools to 6.1.0. (07860545f5 by hoxyq)
  • Deps: Upgrade React DevTools to 6.1.1. (5c88633035 by hoxyq)
  • DevX: Debugger.scriptParsed now includes the field sourceMapURL as a (rewritten) remote url as opposed to base64 data url (ff2e40371e by vzaidman)
  • DevX: Removed a long-running loop causing the app to lag while attempting a connection to Metro (9b977def6c by [EdmondChuiHW](https://github-redirect.dependabot.com/Edmond
    ChuiHW))
  • FeatureFlags: Re-enable enableFixForViewCommandRace feature flag (ae59702f8e by okwasniewski)
  • Flow: Improved eventInitDict type in WebSocketEvent class (fa2fac1372 by coado)
  • Flow: Improved Props type in UnimplementedView (b200c7cb2f by coado)
  • Flow: Improved types for exported Types and Properties in LayoutAnimation (3c02738ec4 by coado)
  • Flow: Improved types in AnimatedWeb (647ca90a30 by coado)
  • Flow: Improved types in ScrollView (1be2ba4597 by coado)
  • Flow: Improved types in StatusBar by adding StackProps (48cafc0b69 by coado)
  • Flow: Improved types in TextAncestor (df9d43f02b by coado)
  • Flow: Improved types in WebSockertInterceptor callbacks (d2adb976ab by coado)
  • Flow: Refactored Libraries/Components/StaticRenderer syntax (0e6cb590ec by coado)
  • Flow: Replaced $FlowFixMe in CodegenTypes with Object type (812c3b33cd by coado)
  • Flow: Replaced $FlowFixMe in InteractionManager to Function type (cd7a30ce48 by coado)
  • Flow: Replaced $FlowFixMe in NativeModules with any type (286a360d9b by coado)
  • Flow: Replaced $FlowFixMe in RCTDeviceEventEmitter with any (8df6cfa56b by coado)
  • Flow: Replaced $FlowFixMe with PressEvent in ScrollViewNativeComponentType (8befab1760 by coado)
  • Metro: Update Metro to ^0.82.0 (8421b8a872 by robhogan)
  • TypeScript: Improve TypeScript types for global objects (094c5be42e by coado)
  • TypeScript: Increase minimum typescript version in index.d.ts (721f85adf7 by coado)
  • TypeScript: Move view flattening props to cross platform type interface (ecad90ad8b by okwasniewski)
Android specific
  • Deps: Bump AGP to 8.8.2 (2062defb2d by cortinico)
  • Deps: Gradle to 8.13 (b95424d159 by cortinico)
  • Deps: Update androidx app compat to 1.7.0 (b0fd9c1556 by janicduplessis)
  • Gradle: Better compatibility with Kotlin 2.1.x (a0528d834c by cortinico)
  • Gradle: Add option to disable bundle compression to improve startup time (778382ad3d by mrousavy)
  • Initialization: Allow passing custom JSRuntimeFactory to DefaultReactHost (cdc166709d by Kudo)
  • JSC: Add a build time JSC lean core warning (90e27c2b4f by Kudo)
  • JSC: Exclude jsctooling when useThirdPartyJSC gradle property is true (66032f22b8 by Kudo)
  • Runtime: Feature flags for recycling View, Text components separately (ca5ce205f7 by Thomas Nardone)
  • Runtime: Introduces BuildConfig.UNSTABLE_ENABLE_MINIFY_LEGACY_ARCHITECTURE to determine if the new architecture is fully enabled into an Android app (b45a3e5cd8 by mdvacca)
iOS specific

Deprecated

  • DevX: Deprecated usage of HERMES_ENABLE_DEBUGGER build-time flag for enabling React Native debugger in favour of REACT_NATIVE_DEBUGGER_ENABLED and REACT_NATIVE_DEBUGGER_ENABLED_DEVONLY. (5fcb69e8b7 by hoxyq)
iOS specific
Android specific
  • Layout: ViewManagerPropertyUpdater.updateProps is deprecated, use the related ViewManager APIs instead (a18bc58645 by javache)
  • Layout: Deprecated ViewManagerDelegate#setProperty and ViewManagerDelegate#receiveCommand (5a290c4cab by javache)

Fixed

  • C++: Add default case to displayModeToInt() function (8c06f57860 by Yajur-Grover)
  • C++: Add explicit casts for pointerIds for PointerEvents in NativeDOM (94ea10c693 by jonthysell)
  • Codegen: Fix codegen to avoid the creation of <appName>, folders (9498b71438 by cipolleschi)
  • DevX: Always patch React DevTools first so StrictMode dim chars are excluded from logs/logbox. (e015d1b19a by rickhanlonii)
  • DevX: Disconnections of DevTools when the network is under significant strain. (b0974135bf by vzaidman)
  • DevX: FindNodeAtPoint now considers overflow area of the parent node (d8bc7c68c0 by hoxyq)
  • JS: Fix react-native-community/cli-platform-* packages not being found in monorepos (7926d656b3 by tido64)
  • JS: Fix react-native-community/cli not being found in pnpm setups (a672a4d007 by tido64)
  • JS: Fix registering of start and bundle commands with community CLI and isolated node_modules. (cdaa1aa9aa by robhogan)
Android specific
iOS specific
  • C++: Update deprecated enums in RCTTextPrimitivesConversions.h (4121d24454 by joannaquu)
  • CocoaPods: JSRuntimeFactoryCAPI.h build error for use_frameworks build (7786805337 by Kudo)
  • CocoaPods: Make sure 3p libraries depends on React-renderercss to work with use_frameworks (cc12caa0a9 by cipolleschi)
  • CocoaPods: Compatibility with Ruby 3.4.0 (b1735bc593 by okwasniewski)
  • CocoaPods: Fix wrong cocoapods script on new_architecture.rb (541e655832 by CHOIMINSEOK)
  • Codegen: Enable use of multiple RCTAppDependencyProvider instances (0cc1ac18cf by vonovak)
  • DeviceInfo: Data race related to read/write of RCTDeviceInfo._invalidated. (2a18d83521 by hakonk)
  • DevX: Issue where performance monitor would be hidden under newly presented views. (e7556e921c by chrsmys)
  • DevX: Remove private symbols for non-simulator and non-catalyst builds. (9350d6f2f5 by EvanBacon)
  • Infra: Workaround for a iOS build app running on Apple Silicon Mac(in Xcode Destination: "Mac(Designed for iPad)") TextInput crash due to serialization attempt of WeakEventEmitter (0511e2e49a by iwater)
  • Initialization Make React Native work without AppDelegate window property (ae7bbe06c9 by okwasniewski)
  • JSC: Return nullptr when USE_THIRD_PARTY_JSC is set to true (515ff1e626 by okwasniewski)
  • Layout: Fix cases where background color, filter, and background image were sized incorrectly if there was a scaling transform (acaf94dc21 by joevilches)
  • Layout: Fix cases where background color, filter, and background image were sized incorrectly if there was a scaling transform (f835b824f4 by joevilches)
  • Layout: Improve detached keyboard detection, support Stage Manager on iOS (c499ae1192 by mhoran)
  • Layout: Layout direction changes are now honored on bundle reload. (36f29beac4 by chrsmys)
  • Layout: Suppressed iOS 13 deprecation warnings in RCTStatusBarManager (fffd6d75b4 by Ingrid Wang)
  • Native Module: Add guard for custom module provider lookup in TMManager (d0a101fbea by shwanton)
  • PullToRefresh: Fix new arch recycled RefreshControl was missing its title (e3d607fc2e by High5Apps)
  • Runtime: Convert to JSException only NSException from sync methods (9805a4f by cipolleschi)
  • Runtime: Handle null params in the Interop TM layer (6314925 by cipolleschi)
  • Runtime: Call RCTInitializeUIKitProxies before bridge create (a51fa6c002 by zhongwuzw)
  • Runtime: Fixed: extraModulesForBridge callback not called when New Architecture enabled (c0a5c2c3cb by Bruno Aybar)
  • Runtime: Enable back the opt-out from the New Architecture (9abdd619da by cipolleschi)
  • Runtime: Add missing loadFromSource method in the DefaultRNFactoryDelegate (7739615e0d by cipolleschi)
  • Runtime: App crash caused by the [RCTFileRequestHanlder invalidate] method (789ed7d5ad by zhouzh1)
  • Runtime: Bridge: Fixes HostTarget use after free when deallocated bridge (3e2e8ec757 by zhongwuzw)
  • TextInput: Fixes TextInput crashes when any text is entered while running as iOS app on apple silicon mac (8d7aca30e7 by zhongwuzw)
  • Text: Fixed onPress for Text with nested View. (6b2c40c64f by coado)
  • TextInput: Fix selection makes TextInput clear its content when using children (e3b176a598 by Olivier Bouillet)
  • TextInput: Fixed TextInput's onContentSizeChange event being dispatched multiple times with the same size (2bb65717b7 by j-piasecki)
  • TextInput: Implement dataDetectorTypes in the same way as the old architecture (2ae45ec3ce by VidocqH)

Removed

iOS specific

v0.78.2

Changed

  • Deps: Metro minimum to 0.81.3, fix "_interopRequireDefault is not a function" (23c9dbc563 by robhogan)

Fixed

Android specific
iOS specific

v0.78.1

Fixed

  • Deps: community-cli-plugin: resolve cli-server-api via peer dependency on cli (9ffbeadf8a by robhogan)
  • DevTools: Fix disconnections of DevTools when the network is under significant strain (9e47ed9a20 by vzaidman)
Android specific
iOS specific
  • Initialization: Call extraModulesForBridge callback in the New Architecture. (97adbd897f by Bruno125)
  • Initialization: Added custom load js block in bridge mode (bdc83cb129 by zhongwuzw)
  • Interop Layer: Properly pass nil for nullable parameters instead of NSNull for legacy modules (619d5dfbb2 by cipolleschi)
  • TextInput: Fixes TextInput crashes when any text is entered while running as iOS app on apple silicon mac (282cdc9fb4 by zhongwuzw)

v0.78.0

Breaking

  • Codegen: Separate component array types and command array types (825492b199 by elicwhite)
  • DevTools: The FuseboxClient.setClientMetadata CDP method is removed. Instead, use ReactNativeApplication.enable. (1a9780f0e3 by huntie)
Android specific
iOS specific
  • Image: Change Image load event size info from logical size to pixel (09995fc874 by zhongwuzw)

Added

  • C++: Added RawValue(Runtime*, jsi::Value&) constructor to make a RawValue from a jsi::Value. (03d2186ace by hannojg)
  • Codegen: Include cxx modules in codegen schema (cf5ab03d43 by elicwhite)
  • Deps: Add jest-diff v29.7.0 to devDependencies (b27bd00a38 by andrewdacenko)
  • Logging: Add support for the second parameter of console.table to specify a list of columns to print in the table. (fd0894b1c7 by rubennorte)
  • Logging: Add "jsEngine: hermes" to JS runtime Error prototype (85bdd75828 by Maddie Lord)
  • Metro: Add opt in for legacy Metro log streaming via --client-logs flag (86db4fa90b by huntie)
  • Text: Added pointerEvents to TextProps type. (3efbe33ce0 by hyochan)
Android specific

⚠️ Changelog content truncated by 22586 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
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

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
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
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 12 times, most recently from 68fa828 to 0827fec Compare April 2, 2025 03:18
@github-actions github-actions bot changed the title chore(deps): update React Native to v0.78.1 chore(deps): update React Native to v0.78.2 Apr 2, 2025
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 10 times, most recently from 0917fcf to 4a4448d Compare April 9, 2025 03:18
@github-actions github-actions bot changed the title chore(deps): update React Native to v0.78.2 chore(deps): update React Native to v0.79.0 Apr 9, 2025
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 4 times, most recently from 5c4b58c to 767fbce Compare April 10, 2025 07:09
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch from 767fbce to eadbfc6 Compare April 11, 2025 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants