Skip to content
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

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

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.76.3 to v0.76.6.

Auto-generated by a dependency updater.

Changelog

v0.76.6

Fixed

Android specific
  • layout: Restore layout/invalidate during ReactViewClippingManager.removeViewAt() (0683206927 by Thomas Nardone)
  • Native Modules: Prioritise local OnLoad.cpp, falling back to default-app-setup (8b1f049879 by timbocole)
  • runtime: Remove feature flag for allowRecursiveCommitsWithSynchronousMountOnAndroid (fb7f87ecb2 by cipolleschi)
iOS specific

v0.77.0-rc.7

Fixed

iOS specific

v0.77.0-rc.6

Fixed

Android specific

v0.77.0-rc.5

Fixed

iOS specific
  • TextInput: Fixes numeric TextInput not triggering onSubmitEditing (0bcb0c2b2f by zhongwuzw)
  • TextInput: Fixed problem with third party libraries overwriting inputAccessoryView (d34032b6c0 by kirillzyusko)

v0.77.0-rc.4

Fixed

Android specific
  • Layout: Restore layout/invalidate during ReactViewClippingManager.removeViewAt() (e3970a4bb3 by tdn20)

v0.77.0-rc.3

Changed

Android specific

Fixed

Android specific
iOS specific
  • infra: Enable hermes debugger by configuration type instead of configuration name (eda4f185b3 by benhandanyan)
  • TextInput: Workaround for Mac Catalyst TextInput crash due to serialization attempt of WeakEventEmitter (e04738b7ec by rozele)

v0.77.0-rc.2

Fixed

Android specific
  • Headless Tasks: Fix crash on HeadlessJsTaskService on old architecture (4560fc0497 by cortinico)

v0.77.0-rc.1

Fixed

  • Animated: Replace Object.hasOwn usages to fix Animated on JSC (e996b3f346 by robhogan)
  • FormData: Remove non compliant filename* attribute in a FormData content-disposition header (f791fb9e66 by foyarash)
  • infra: Fix "punycode is deprecated" warning by replacing node-fetch with native fetch (881d8a720f by jbroma)
Android specific

v0.77.0-rc.0

Breaking

  • Animation: Native looping animation will not send React state update every time it finishes. (4b035d820d by dmytrorykun)
  • Dev-Middleware: Frameworks should specify serverBaseUrl relative to the middleware host. (acf384a72e by robhogan)
  • JS: Remove ReactFabricInternals module (0c21db360c by huntie)
  • layout: position of sticky headers on ScrollView will now be taken into account (cbab004eb9 by joevilches)
  • layout: More spec compliant absolute positioning (0a2dec175e by NickGerleman)
  • Native Modules: Bridgeless: Make NativeModules.foo load turbomodules (unset turboModuleProxy in bridgeless). (cc5f17d5a2 by RSNara)
Android specific
iOS specific
  • APIs: Use the RCTDependencyProvider in the RCTAppDelegate, breaking the dependency with Codegen (b91626af26 by cipolleschi)
  • APIs: Delete experimental API RCTConstants.RCTGetMemoryPressureUnloadLevel (d79dc48abd by mdvacca)
  • APIs: Move UseNativeViewConfigsInBridgelessMode to a proper feature flag (6fc500ee99 by philIip)
  • APIs: Delete partialBatchDidFlush (a777a8937e by philIip)
  • APIs: Remove the deprecated RCTRuntimeExecutor. (cf8d09b279 by philIip)
  • colors: Replace uses of CGColorRef with UIColor to avoid manual memory management (b70709dbc2 by Saadnajmi)
  • infra: Cocoapods decide the C++ version for iOS pods (bd50c4a460 by cipolleschi)
  • Interop Layer: Remove opt-out mechanism for Native Modules interop layer (538bff710f by philIip)

Added

Android specific
  • Accessibility: Added isHighTextContrastEnabled() to AccessibilityInfo to read ACCESSIBILITY_HIGH_TEXT_CONTRAST_ENABLED setting value (d4ea147b41 by Ariel Lin)
  • APIs: Marked ReactPackage#getModule as stable. (8fba7ebb5e by javache)
  • C++: Add cmake arguments to support 16KB page size for native libraries (65cdd5b82c by alanleedev)
  • Error Hadling: Add exceptionHandler as a parameter of DefaultReactHost.getDefaultReactHost() method (7a5a10c95c by mdvacca)
  • graphics Added PixelUtil extensions for Int and Long (9406a09f87 by Thomas Nardone)
  • Image: Image force-cache caching control option (a0be88fd72 by mateoguzmana)
  • Image: Enabling basic Image cache control for Android (e5dd7d68bf by mateoguzmana)
  • Image: Adds a new resizeMethod, none, which disables downsampling for an image (6202319ed5 by Abbondanzo)
  • Image: Adds support for importing XML assets as images (2e80f5acf1 by Abbondanzo)
  • Modal: Add navigationBarTranslucent prop to Modal component (7a6c7a462a by zoontek)
  • resources: Add a new Fresco decoder for XML resource types (118b7c18a6 by Abbondanzo)
  • runtime: ReactDelegate and ReactActivityDelegate#getCurrentReactContext can be used to access the current context (fe8cc62824 by javache)
  • runtime: Trigger Java GC on app reload (de3c1ee097 by mrousavy)
  • runtime: React Activity exposes ReactHost (d78cb78b15 by shwanton)
  • runtime: ReactDelegate unloadApp methods for unmounting surfaces without destroying ReactHost (38593c440e by rozele)
  • ScrollView: Add OnLayoutChange API for scroll views (d825a4d712 by Thomas Nardone)
  • style: Add overlapping radii resolution logic preventing incorrect rendering (451ff70da4 by jorge-cab)
  • style: Logic to check for grayscale mode on android (e70202e606 by oddlyspaced)
  • style: Add boxShadow support to BaseViewManager (b69a92e2c9 by NickGerleman)
  • style: Outline properties outline-width, outline-color, outline-style & outline-offset (17faac4170 by jorge-cab)
  • Text: TextTransform ktx (7794d7af43 by Thomas Nardone)
iOS specific

Changed

  • Animated: The AnimatedNode graph will not occur during the insertion effect phase, which means animations can now be reliably started during layout effects. ([316170ce8d](https://github-redirect.dependabot.com/facebook/react-native/commit/
  • Animated: Optimized the performance of updating Animated components. (f0ffcd4f5d by yungsters)
  • Animated: Animations started with incompatible useNativeDriver and AnimatedValue configurations will now synchronously fail. Previously, spring and timing animations with non-zero delays would throw the error asynchronously. (fd8cf19625 by yungsters)
  • Animated: The Animation superclass no longer exposes __onEnd as a property. Subclasses must instead invoke super.start(…) in their start() implementation. (b3fe06b268 by yungsters)
  • Animated: Bring back shouldSkipStateUpdatesForLoopingAnimations feature flag (6e0e712c2a by dmytrorykun)
  • Animated: AnimatedNode (and its subclasses) once again implement toJSON(). (7bd4a54968 by yungsters)
  • Animated: Improved the performance of unmounting (and updating, when an enclosing Activity becomes hidden) Animated components (46abda55b9 by Royi Hagigi)
  • Animated: AnimatedNode (and its subclasses) no longer implement toJSON(). (fe6228512e by yungsters)
  • Animated: Animated now resolves style to the original prop value if it contains no AnimatedNode instances. Previously, it would resolve to a flattened style object. (ca234ba10e by yungsters)
  • AttributedString: AttributedString appendFragment and prependFragment take an rval instead of a const ref; append/prependAttributedString have been removed (2c31fe99e1 by javache)
  • AttributedString: Improved AttributedText generation for raw text nodes. (2f7957f2fd by javache)
  • Flow: Simplified Flow types to use HostInstance (which changing nominal types). (177697f539 by yungsters)
  • JS: useMergeRefs and components using it (e.g. Pressable) now support ref cleanup functions. (01e210fd28 by yungsters)
  • JS: Fix: use public instance in Fiber renderer and expose it from getInspectorDataForViewAtPoint (#31068) (633ad4933e by hoxyq)
  • deps: Bump serve-static to 1.16.2 to fix CVE-2024-43800 (50e38cc9f1 by cortinico)
  • deps: Bump Folly to 2024.10.14.00 (37375d8aba by alanleedev)
  • deps: Update Metro to 0.81.0 (0902b0af75 by robhogan)
  • deps: Upgrade React DevTools to 6.0.0. (ed4f6d6891 by hoxyq)
  • infra: Do not print Bridgeless Mode is enabled on console anymore (f3a969f38d by cortinico)
  • VirtualizedList: Fix unnececary rerenders of VirtualizedListCells with strictMode={true} (aafe696453 by Tom910)
    316170ce8d0aac1df3261c792b9f768665d134c5) by yungsters)
Android specific
iOS specific
  • Codegen: Change how components automatically register (8becc2514d by cipolleschi)
  • Codegen: Stop generating the RCTThirdPartyLibraryComponentProvider (60b9d3d89e by cipolleschi)
  • runtime: RCTSurfaceHostingProxyRootView no longer has different behavior (whether it calls start on the provided surface) depending on which initializer is used. Call start yourself on the surface instead. (13b93cfdda by Nolan O'Brien)
  • runtime: Use newArchEnabled flag in RCTAppDelegate and RCTRootViewFactory (7e1674fc59 by okwasniewski)
  • runtime: Do not move to the main queue synchronously when starting a new surface (ab2c47be28 by cipolleschi)
  • APIs: Rename RCTUIGraphicsImageRenderer to RCTMakeUIGraphicsImageRenderer (6a09fc09af by Saadnajmi)

Deprecated

Android specific
iOS specific
  • runtime: Deprecating RCTBridgeModule batchDidComplete and adding configuration to disable it (731bd95c43 by philIip)

Removed

  • DevX: Remove "run on iOS" and "run on Android" from the dev server key commands (19b971ff94 by huntie)
  • JS: Removed type for useConcurrentRoot from AppRegistry, as it was already ignored (2ec547ad28 by javache)
  • TypeScript: Removed refs property from NativeMethods TypeScript definition. (223e98cc4b by yungsters)
Android specific

Fixed

  • Animated: Correctly pass down isLooping in parallel animation (4014aa4528 by zeyap)
  • Animated: Improved types for AnimatedProps (390925ea39 by javache)
  • Animated: Order of operations related to platformConfig propagation in NativeAnimated (a64183b0c6 by rozele)
  • Appearance: Fixed jest error from Appearance.js (ce838a4bcf by Kudo)
  • Appearance: Fix Appearance.setColorScheme(null) not resetting color scheme value (7d63235086 by sangonz193)
  • C++: Fix C++ bridging template compatibility with MSVC (e6848ba5ba by acoates-ms)
  • C++ Fix cast and control paths errors on windows (0794fa909b by TatianaKapos)
  • C++ Fix type conversion error in react native windows build. (13db1cb88b by marlenecota)
  • Codegen: Support nested objects in arrays (13780126d3 by tvanlaerhoven)
  • Codegen: Make Codegen work with local modules (7b6e8e7765 by cipolleschi)
  • Codegen: Upgrade Codegen dependency jscodeshift17.0.0 to resolve outdated dependencies (39c98fb8f8 by byCedric)
  • Codegen: Fix source mapping for codegenNativeCommands (8fba154b66 by vzaidman)
  • Dev-Middleware: Rewrite URLs in the inspector proxy to cover all configurations, not just Android emulators. (74995bc90a by robhogan)
  • Dev-Middleware: Fix URL rewriting where device and debugger reach the server on different ports/protocols. (5da7ebf99a by robhogan)
  • Dev-Middleware: Regex-escape IP addresses in urlRegex replacements (aae3e03e57 by robhogan)
  • Dev-middleware: Remove URL.canParse, restore compat with Node < 18.17 (99767d43b0 by robhogan)
  • Error Handling: Improved error message when no view config is found. (bca232ad90 by javache)
  • FlatList: Fixed accuracy of FlatList estimations to determine what elements are visible in the rendering window. (40aaeb7181 by rubennorte)
  • graphics: Linear gradient start and end point algorithm. (221d1eceda by intergalacticspacehighway)
  • Hermes: Hermes: revert Intl removal (4cffff35e0 by robhogan)
  • Image: Passed height and width as native props to support cases where source is an array. (45b177f50d by shubhamguptadream11)
  • infra: When using Babel with plain JavaScript files, support for additional user syntax plugins should be fixed (now uses Babel's parser instead of hermes-parser). There is no change for JS files annotated with flow, where extended JS syntax remains - unsupported. (3de9892353 by huntie)
  • infra: Fix npm react-native start when cli-server-api isn't installed (e0be2efe4e by blakef)
  • JS: Do not discard props in the patch when they are not null while using useNativeProps (4c3112c8d8 by cipolleschi)
  • KeyboardAvoidingView: Accessing KeyboardAvoidingEvent event in onLayout handler (68db74205a by mhoran)
  • KeyboardAvoidingview: Fix KeyboardAvoidingView not aware of the keyboard closing it is unmounted (08bd8ac47d by QichenZhu)
  • layout: Plumbing to get boxSizing prop to Yoga round 2 (3ca796edc3 by joevilches)
  • Modal: Rename overlayColor prop in Modal to backdropColor (7aeff18970 by alanleedev)
  • Native Modules: TurboModule::get is now a final method, override create to customize property lookup (5b5e150eaf by javache)
  • PointerEvents: Fixed issues with W3C PointerEvents testsx (1dcaf823f5 by rozele)
  • PointerEvents: Fixed issue with W3C PointerEvents tests (68a6b69b27 by rozele)

⚠️ Changelog content truncated by 23508 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 7 times, most recently from 8e7d314 to ca7fbb1 Compare December 23, 2024 09:34
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 5 times, most recently from 62d50e1 to eb4688d Compare January 6, 2025 08:09
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 3 times, most recently from e78e8af to 047e32f Compare January 8, 2025 14:36
@github-actions github-actions bot changed the title chore(deps): update React Native to v0.76.5 chore(deps): update React Native to v0.76.6 Jan 9, 2025
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch 11 times, most recently from 3adacee to 5b43336 Compare January 16, 2025 10:58
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch from 5b43336 to 519b439 Compare January 16, 2025 12:35
@bruno-garcia bruno-garcia force-pushed the deps/scripts/update-rn.sh branch from 519b439 to 0c619f1 Compare January 17, 2025 06:11
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