Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chore(deps): update React Native to v0.83.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
github-actions wants to merge1 commit intomain
base:main
Choose a base branch
Loading
fromdeps/scripts/update-rn.sh

Conversation

@github-actions
Copy link
Contributor

@github-actionsgithub-actionsbot commentedJan 30, 2024
edited
Loading

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

Auto-generated by adependency updater.

Changelog

v0.82.1

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

v0.82.0

Breaking

  • Appearance.setColorScheme:Appearance.setColorScheme no longer accepts a nullable value (a4581ecd8b byhuntie)
  • CxxSharedModuleWrapper: Removed CxxSharedModuleWrapper (fafbee2402 byjavache)
  • DOM API: Enable DOM APIs in host component refs (2ad845ccb2 byrubennorte)
  • Error Handling: Unhandled promises are now handled by ExceptionsManager.handleException, instead of being swallowed as Logbox Warnings. (c4082c9ce2 bykrystofwoldrich)
  • 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 usingrequestIdleCallback(). (03d9f34a82 byyungsters)
  • shouldEmitW3CPointerEvents: MigrateshouldPressibilityUseW3CPointerEventsForHover to common private feature flags and removeshouldEmitW3CPointerEvents flag. (fb4587780e bycoado)
  • TurboModuleUtils: Remove unused ReactCommon/TurboModuleUtils functions #deepCopyJSIObject and #deepCopyJSIArray (ead669ade3 bychristophpurrer)
  • TurboModules: Delete old location of CallbackWrapper.h / LongLivedObject.h by (cb94e71christophpurrer)
Android specific
  • Deps: Gradle to 9.0 (7f93b664b4 bycortinico)
  • Image Prefetching: Android: Image Prefetching send ImageResizeMode as enum value (e30f34eda6 bychristophpurrer)
  • New Architecture: Remove possibility to newArchEnabled=false in 0.82 (d5d21d0614 bycortinico)
  • reactNativeHost: Throw Exception if ReactApplication.reactNativeHost is not overriden (0d3791ca0a bymdvacca)
  • 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 bymdvacca)
iOS Specific
Android specific
  • AGP: AGP to 8.12.0 (742ef3d661 bycortinico)
  • DevSupportManager: DevSupportopenDebugger() methods now accept apanel: String? param. Frameworks directly implementingDevSupportManager will need to adjust call signatures. (9dba7112cf byhuntie)
  • Kotlin: Migrated TextAttributeProps to Kotlin. You might need to update your property access to use camelCase instead of Hungarian notation. (fa921b3c7b bymateoguzmana)
  • Kotlin: Migrated ReactBaseTextShadowNode to Kotlin. You might need to update your property access to use camelCase instead of Hungarian notation. (8ccfff9a46 bymateoguzmana)
  • Kotlin: Migrated com.facebook.react.bridge.Arguments to Kotlin. (2534aeaddb bymateoguzmana)
  • Kotlin: MigrateYogaConfig to Kotlin (4d5caef76b bymateoguzmana)
  • Kotlin: MigrateYogaValue to Kotlin (4340dcbae8 bymateoguzmana)
  • Kotlin: MigrateYogaNative to Kotlin (bc54a06fcb bymateoguzmana)
  • Kotlin: MigrateYogaConfigFactory to Kotlin (33ca53d9db bymateoguzmana)
  • Kotlin: MigrateDoNotStrip to Kotlin (35d8086881 bymateoguzmana)
  • Kotlin: MigrateYogaLayoutType to Kotlin (7e461003c6 bymateoguzmana)
  • Kotlin: MigrateLayoutPassReason to Kotlin (db2a9c089c bymateoguzmana)
  • Kotlin: MigrateYogaNodeFactory to Kotlin (40afa75a7c bymateoguzmana)
  • Kotlin: MigrateYogaMeasureOutput to Kotlin (453508ada8 bymateoguzmana)
  • Kotlin: MigrateYogaMeasureFunction to Kotlin (05eddd354e bymateoguzmana)
  • Kotlin: MigrateYogaStyleInputs to Kotlin (001736000f bymateoguzmana)
  • Kotlin: MigrateYogaBaselineFunction to Kotlin (a2eb3b299d bymateoguzmana)
  • Kotlin: MigrateYogaLogger to Kotlin (9c9a39b58e bymateoguzmana)
  • OnBatchCompleteListener: Make OnBatchCompleteListener interface internal (046ff8e58b bycortinico)
  • ReactSurface: Changed return type of ReactSurfaceImpl.view to ReactSurfaceView to align with parameter recived by ReactSurfaceImpl.attachView() (41029d8e91 bymdvacca)
  • TextAttributeProps: Deprecate the fieldTextAttributeProps.effectiveLineHeight. This field was public but never used in OSS. (ede037ade7 bycortinico)
  • ViewManagers: Changed method arguments names for Core ViewManagers to match the names of ViewManagerInterfaces (e7d9e0d197 bymdvacca)
  • APIs: Deprecate legacy javascript react native apis (e7aeea26bd byRSNara)
  • StyleSheet:StyleSheet.absoluteFillObject is deprecated in favor ofStyleSheet.absoluteFill (equivalent). (83e19813ff byhuntie)
  • Deprecate all the c++ classes not used by interop, or the new architecture. (9539cd2626 byRSNara)
  • DevMenu: Remove bridge mode string from React Native Dev Menu title (1c838f32a9 bysbuggay)
  • New Architecture: DefaultDevSupportManagerFactory.create() method used for Old Arch (026e22bb8d bycortinico)
  • New Architecture: DeprecateBridgelessReactContext.getCatalystInstance() method (4583fbe052 bycortinico)
  • New Architecture: Deprecate legacy architecture classes ReactInstanceManager and ReactInstanceManagerBuilder, these classes will be deleted in a future release (fb84932e48 bymdvacca)
  • New Architecture: DepreacateCoreModulesPackage andNativeModuleRegistryBuilder legacy architecture classes, these classes unused in the new architecture and will be deleted in the future (d3bbbd893a bymdvacca)
  • 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 bymdvacca)
  • New Architecture: Deprecate LegacyArchitecture ShadowNode classes included in React Native (07091a9ae8 bymdvacca)
  • New Architecture: Depreacte all LegacyArchitecture classes from the bridge package (c1f7c5e321 bymdvacca)
  • New Architecture: Deprecate LegacyArchitecture class UIManagerProvider (b29b86f275 bymdvacca)
  • New Architecture: Deprecate BridgeDevSupportManager and JSInstance (25c011eb4d bymdvacca)
  • New Architecture: Deprecate NativeModuleRegistry Legacy Architecture class (22e4c25211 bymdvacca)
  • New Architecture: Deprecate subset of LegacyArchitecture classes in com/facebook/react/bridge (78a3ff81eb bymdvacca)
  • New Architecture: Deprecate LegacyArchitecture class FrescoBasedReactTextInlineImageShadowNode (25f466cc4d bymdvacca)
  • New Architecture: Deprecate Legacy Architecture class CallbackImpl (718126fcf0 bymdvacca)
  • New Architecture: Deprecate LegacyArchitecture class JavaMethodWrapper (19a99dd088 bymdvacca)
  • New Architecture: Deprecate Legacy Architecture ShadowNode classes (c4715886a9 bymdvacca)
  • New Architecture: Deprecate LegacyArchitecture UIManagerModules class (85610c8b43 bymdvacca)
  • New Architecture: Deprecate LegacyArchitecture classes from com/facebook/react/uimanager (7f5b2b8f84 bymdvacca)
  • New Architecture: Deprecate LegacyArchitecture classes from package com.facebook.react.uimanager (39d24bade3 bymdvacca)
  • New Architecture: Deprecate LegacyArchitecture classes from LayoutAnimation package (f67078df07 bymdvacca)
  • New Architecture: ReactPackageLogger is not supported in the new architecture and being deprecated (65671108f6 bymdvacca)
  • DevMenu: Remove bridge mode title and description from React Native Dev Menu title (775daf5972 bysbuggay)
  • New Architecture: Deprecate all the objc classes not used by interop, or the new architecture. (70f53ac4ea byRSNara)
  • New Architecture: Core: Remove legacy components (9c8a4c2297 byRSNara)
Android specific
  • DefaultReactHost: Delete unusedDefaultReactHost.getDefaultReactHost() overload (d35ddb5e59 bycortinico)
  • DefaultReactHost: Remove deprecated DefaultReactHost.getDefaultReactHost() overload - part 2 (bda6acf3b0 bycortinico)
  • DefaultReactHost: Remove deprecated DefaultReactHost.getDefaultReactHost() overload - part 1 (474f455a75 bycortinico)
  • Inspector: Removed unusedInspector public class from React Android (cf528526cc bycortinico)
  • JSONArguments: Remove thecom.facebook.react.bridge.JSONArguments class (04ae15d99b bycortinico)
  • MessageQueueThreadPerfStats: Deprecated MessageQueueThreadPerfStats API and replaced with stub. (3bf5cb3d0e byjavache)

Fixed

  • Accessibility: Fix for setting the default value for accessibility props (586f5ba89c by Vineeth K)
  • Accessibility:aria-hidden support forText, non-editableTextInput andImage (0f39fc3000 bymdjastrzebski)
  • Build: Fixed babel plugin validation error when coverage instrumentation is enabled (191ddc1ec7 by Umar Mohammad)
  • Casting: Casting rawValue to int was incorrectly truncating (31b9f10364 byjavache)
  • Codegen: Help Codegen find library's package.json if some libraries usingexports field in their package.json file and the./package.json subpath is not explicitly defined (739dfd2141 byRakaDoank)
  • Hermes: Change leftover references tohermes.framework tohermesvm.framework (7f051c5470 byj-piasecki)
  • Hermes V1: Fixed coordinates for Hermes V1 artifacts (674fb77d93 byj-piasecki)
  • Performance Panel: Fix typo in Performance.js type checking condition (6caf2dfa38 byYangJonghun)
  • Performance Panel: Add default cases to switch statements in headers (323fe3a5d4 byNSProgrammer)
  • ReactCommon: Bring back ContextContainer::Shared = std::shared_ptr alias (daeb6e99ab bychristophpurrer)
  • ReactCommon: Bring back SharedImageManager = std::shared_ptr alias (4718b35259 bychristophpurrer)
  • ReactCommon: Fixed Type Conversion Error in DynamicEventPayload (ff38d59cff by Harini Malothu)
  • ReactCommon: Fixed Type Conversion Error in CSSHexColor (2ca88a0069 byanupriya13)
  • TestCallInvoker: Fix memory leak in TestCallInvoker (9f2fbc23e4 bychristophpurrer)
Android specific
  • Accessability: Stabilize custom accessibility action IDs to prevent "incompatible action" errors in TalkBack. (626568f9a3 byleg234-png)
  • Build From Source: Fix build from source due to missing folder error on Gradle 9.0 (9fbce3eff1 bycortinico)
  • Determinism: Turned off build IDs for native libraries, fixing issues with reproducibility (4b8dbe7642 byRexogamer)
  • DevTools: Fix stack trace linkifying failing when using Android emulator and other situations where the device and debugger have different bundle urls (794df48ad6 byvzaidman)
  • Edge to Edge: FixDimensionswindow values on Android < 15 when edge-to-edge is enabled (3b185e4bce byzoontek)
  • Fonts: Update font scale when recreatingRootView (5cda3065ce byj-piasecki)
  • Fonts: Fix incorrect positioning of inline view at the end of string when RTL text in LTR container (7f224941bb byNickGerleman)
  • Hermes V1: Changed the coordinates of hermes artifacts when using Hermes V1 (d0fb33822d byj-piasecki)
  • Locale: Use the first available locale instead of the default one to decideisDevicePreferredLanguageRTL (a03780d279 by Kaining Zhong)
  • New Architecture: Correctly account for insets on first render of Modals on New Arch (2e76fc8e8e bycortinico)
  • Performance: Fix mounting is very slow on Android by shipping native transform optimizations (c557311ed8 bycortinico)
  • Scroll: Fixed an issue where shadow tree and native tree layouts mismatch at the end of a scroll event (1828c53f85 byAbbondanzo)
  • Start up: Fix wrong default forjsBundleAssetPath onDefaultReactHost (2246e2b82c bycortinico)
iOS specific

Security

v0.81.4

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

v0.81.3

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

v0.81.2

  • Create a debugOptimized buildType for Android (5e3edafec6 bycortinico)
  • AdduseNativeEqualsInNativeReadableArrayAndroid anduseNativeTransformHelperAndroid 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 bycortinico)
  • Fix Node scripts related to prebuilt tarball extraction for paths containing whitespaces (366f2ad505 bykitten)
  • Use autolinking-generated react-native-config output in second step of cocoapods linking that generates artifacts and generated source (a2eb29e5e7 bykitten)

v0.81.1

v0.81.0

  • APIs: Allreact-native/Libraries/BugReporting APIs have been removed (9d4d8dcb02 byhuntie)
  • APIs: Add public JS API breaking change detection underyarn diff-api-snapshot script. (6b40f35032 bycoado)
  • APIs: Community CLI users: user-definedresolver.resolveRequest andserializer.getModulesRunBeforeMainModule Metro config now takes precedence over CLI defaults (fe2bcbf4ba byrobhogan)
  • Error Handling: Improve messaging and add error stack trace for uncaught throws. (5ba0e1f97a byvzaidman)
  • Flow: Thereact-native package no longer ships with theflow directory (38acb4c074 byhuntie)
  • Node: Minimum Node version is now bumped to Node.js 22.14.0 (df39eadc03 byhuntie)
  • View:View no longer sets any default accessibility props, which should not result in visible changes in behaviour but may affect snapshot tests. (039a333df5 byjavache)
  • View: UpgradeView component to React 19. (eedd60b9e6 byEvanBacon)
  • APIs: Cleanup and internalizeFpsDebugFrameCallback (cf6569bc18 bycortinico)
  • CMake: Correctly propagateRN_SERIALIZABLE_STATE to 3rd partyCMake targets. Users with customCMake and C++ code should update to usetarget_compile_reactnative_options inside theirCMakeLists.txt files.(c059ae1b77 bycortinico)
  • FabricUIManager: RemoveFabricUIManager.measure overload which accepts attachment positions (2ba86caf18 byNickGerleman)
  • Kotlin: MigrateViewManagerInterfaces 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 bymdvacca)
  • Kotlin: Migratecom.facebook.react.ReactDelegate to Kotlin. Some users implementing this class in Kotlin could have breakages. (50ea5b4380 bymateoguzmana)
  • Kotlin: Convert to Kotlin and internalizeMountingManager (f33fdca876 bycortinico)
  • textAlignVertical: MovetextAlignVertical to paragraph attributes instead of text attributes (55fd8b26f8 byjoevilches)
  • TextLayoutManager: Make Java SideTextLayoutManager Internal (e82a677c79 byNickGerleman)
  • RCTDisplayLink: MigrateRCTDisplayLink's API fromRCTModuleData (70eeb9f541 byRSNara)
  • SynchronouslyUpdateViewOnUIThread:SynchronouslyUpdateViewOnUIThread now acceptsfolly::dynamic instead ofNSDictionary. Usehttps://github.com/facebook/react-native/blob/main/packages/react-native/ReactCommon/react/utils/platform/ios/react/utils/FollyConvert.h#L14 for conversion. (82279bd981 bysammy-SC)
  • Xcode: Bump min Xcode to 16.1 (c27a8804a6 byNickGerleman)
  • APIs: Exposeunstable_TextAncestorContext API (962a7dda44 byhuntie)
  • APIs: Expose additional*AnimationConfig types on theAnimated namespace (11a1ad7a98 byhuntie)
  • APIs:InterpolationConfig is now exposed on theAnimated namespace (b01a5f91fe byhuntie)
  • APIs: ExposeScrollViewImperativeMethods andScrollViewScrollToOptions types to public API (f184b591cf by Antonio Pires)
  • APIs: Add--validate flag tobuild-types script for JS API snapshot validation. (f529fd6ba5 bycoado)
  • Bridging: Added support for bridgingClass methods return types (e403b510d0 byhoxyq)
  • Error Handling: Improve error messages when enum members are missing (12ced22f70 by Yannick Loriot)
  • Fantom: AddFantom.getFabricUpdateProps for reading fabric update props scheduled viaUIManager::updateShadowTree (cc442eb8c8 byzeyap)
  • Flow: Add support for Flow opaque types in codegen for native modules (a15fc102e6 byrubennorte)
  • HMR: Process HMRregisterBundle calls from the same origin only (a9007ea586 byjbroma)
  • IntersectionObserver:IntersectionObserver support forroot with fixes for viewport offsets (c5b6716311 bylunaleaps)
  • ReactNativeFeatureFlags: Allow Custom ReactNativeFeatureFlags for Shell 2.0 (bbc1e121c7 by Maddie Lord)
  • ScrollView: Added more Pending Decleration forScrollView (a6908ad1a5 byriteshshukla04)
  • ShadowNode: AddedcloneMultiple toShadowNode class. (1161fb4fcd bybartlomiejbloniarz)
  • Typescript: AddpressRetentionOffset prop to be recognised by typescript inText.d.ts (d94f4d8c9d byiamAbhi-916)
  • URLSearchParams: Added size property toURLSearchParams implementation (9b1a8ffac4 bylouix)
Android specific
  • BaseViewManager: Adds support foronFocus /onBlur event dispatching logic to all native views that implementBaseViewManager (e960a28af7 byAbbondanzo)
  • Edge To Edge: Add Android edge-to-edge opt-in support (09ef774ff6 byzoontek)
  • RNGP:RNGP- Add support forexclusiveEnterpriseRepository to specify an internal Maven mirror. (6cb8dc37c7 bycortinico)
  • RNTester: Added explicit build tool version toRNTesterbuild.gradle to avoid automatic installation of Android SDK Build Tools. (35dba09724 bymojavad)
  • ScrollView: AllowfadingEdgeLength to be set independently on the start and end of theScrollView (a21a4b87c3 by Mark Verlingieri)
  • View: Support foronFocus andonBlur function calls inView components (af0a76cf5f byAbbondanzo)
iOS specific

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

sentry[bot] reacted with hooray emoji
@github-actionsgithub-actionsbot added the dependenciesPull requests that update a dependency file labelJan 30, 2024
@github-actions
Copy link
ContributorAuthor

github-actionsbot commentedJan 30, 2024
edited
Loading

Android (legacy) Performance metrics 🚀

 PlainWith SentryDiff
Startup time555.38 ms607.71 ms52.34 ms
Size17.73 MiB20.06 MiB2.33 MiB

Baseline results on branch: main

Startup times

RevisionPlainWith SentryDiff
27ef4ee317.40 ms321.70 ms4.30 ms
6e8584e447.10 ms474.71 ms27.61 ms
148f924492.65 ms500.28 ms7.63 ms
34aba08328.10 ms342.84 ms14.74 ms
70e6261482.65 ms495.70 ms13.05 ms
575f9da415.26 ms422.98 ms7.72 ms
1c65324426.37 ms460.36 ms33.99 ms
15c80ab+dirty336.27 ms350.58 ms14.31 ms
1d86dd6405.14 ms411.06 ms5.92 ms
31fcca2391.22 ms414.78 ms23.56 ms

App size

RevisionPlainWith SentryDiff
27ef4ee17.73 MiB19.82 MiB2.08 MiB
6e8584e17.73 MiB19.86 MiB2.12 MiB
148f92417.73 MiB19.94 MiB2.21 MiB
34aba0817.73 MiB19.80 MiB2.07 MiB
70e626117.73 MiB19.94 MiB2.21 MiB
575f9da17.73 MiB19.83 MiB2.10 MiB
1c6532417.73 MiB19.95 MiB2.21 MiB
15c80ab+dirty17.73 MiB20.04 MiB2.31 MiB
1d86dd617.73 MiB19.86 MiB2.12 MiB
31fcca217.73 MiB19.90 MiB2.17 MiB

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

Startup times

RevisionPlainWith SentryDiff
c66fb41413.08 ms440.66 ms27.58 ms
909a67e472.34 ms494.90 ms22.56 ms
f01ecfc431.29 ms463.18 ms31.89 ms
236cc9c461.47 ms479.20 ms17.73 ms

App size

RevisionPlainWith SentryDiff
c66fb4117.73 MiB19.95 MiB2.21 MiB
909a67e17.73 MiB20.04 MiB2.31 MiB
f01ecfc17.73 MiB19.93 MiB2.20 MiB
236cc9c17.73 MiB19.93 MiB2.20 MiB

@github-actions
Copy link
ContributorAuthor

github-actionsbot commentedJan 30, 2024
edited
Loading

Android (new) Performance metrics 🚀

 PlainWith SentryDiff
Startup time364.29 ms383.71 ms19.42 ms
Size7.15 MiB8.32 MiB1.17 MiB

Baseline results on branch: main

Startup times

RevisionPlainWith SentryDiff
d7401ac+dirty373.98 ms394.08 ms20.10 ms
70caa60+dirty308.83 ms393.06 ms84.23 ms
e5c9b8b+dirty335.40 ms360.06 ms24.67 ms
b1e8712+dirty322.55 ms331.84 ms9.29 ms
2534337+dirty597.14 ms665.04 ms67.90 ms
1c65324+dirty381.10 ms427.26 ms46.16 ms
e73f4ed+dirty262.98 ms311.02 ms48.04 ms
9c48b2c+dirty270.82 ms321.12 ms50.30 ms
9433f35+dirty265.50 ms336.08 ms70.58 ms
76d1baf+dirty339.02 ms408.65 ms69.63 ms

App size

RevisionPlainWith SentryDiff
d7401ac+dirty7.15 MiB8.04 MiB910.85 KiB
70caa60+dirty7.15 MiB8.03 MiB901.79 KiB
e5c9b8b+dirty7.15 MiB8.10 MiB980.41 KiB
b1e8712+dirty7.15 MiB8.04 MiB912.27 KiB
2534337+dirty7.15 MiB8.11 MiB988.68 KiB
1c65324+dirty7.15 MiB8.22 MiB1.07 MiB
e73f4ed+dirty7.15 MiB8.09 MiB965.94 KiB
9c48b2c+dirty7.15 MiB8.07 MiB947.16 KiB
9433f35+dirty7.15 MiB8.08 MiB959.34 KiB
76d1baf+dirty7.15 MiB8.09 MiB964.41 KiB

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

Startup times

RevisionPlainWith SentryDiff
236cc9c+dirty330.73 ms355.79 ms25.06 ms
909a67e+dirty366.48 ms394.66 ms28.18 ms
c66fb41+dirty355.42 ms403.84 ms48.42 ms
f01ecfc+dirty367.79 ms403.25 ms35.46 ms

App size

RevisionPlainWith SentryDiff
236cc9c+dirty7.15 MiB8.21 MiB1.06 MiB
909a67e+dirty7.15 MiB8.31 MiB1.17 MiB
c66fb41+dirty7.15 MiB8.22 MiB1.07 MiB
f01ecfc+dirty7.15 MiB8.21 MiB1.06 MiB

@github-actions
Copy link
ContributorAuthor

github-actionsbot commentedJan 31, 2024
edited
Loading

iOS (legacy) Performance metrics 🚀

 PlainWith SentryDiff
Startup time1242.51 ms1239.31 ms-3.20 ms
Size2.36 MiB3.07 MiB725.33 KiB

Baseline results on branch: main

Startup times

RevisionPlainWith SentryDiff
86d6d2c+dirty1267.55 ms1286.21 ms18.66 ms
e2b64fe+dirty1232.22 ms1255.20 ms22.98 ms
9433f35+dirty1246.94 ms1271.45 ms24.52 ms
4a6664f+dirty1209.49 ms1208.63 ms-0.86 ms
80b2ce3+dirty1265.92 ms1268.60 ms2.69 ms
dadc233+dirty1223.20 ms1236.88 ms13.68 ms
f06c879+dirty1252.64 ms1259.66 ms7.02 ms
5a22220+dirty1209.49 ms1220.94 ms11.45 ms
3853f43+dirty1221.82 ms1242.64 ms20.82 ms
8900e1a+dirty1210.27 ms1218.66 ms8.39 ms

App size

RevisionPlainWith SentryDiff
86d6d2c+dirty2.36 MiB2.82 MiB462.82 KiB
e2b64fe+dirty2.36 MiB2.85 MiB495.80 KiB
9433f35+dirty2.36 MiB2.85 MiB499.80 KiB
4a6664f+dirty2.36 MiB3.04 MiB696.39 KiB
80b2ce3+dirty2.36 MiB2.84 MiB486.98 KiB
dadc233+dirty2.36 MiB2.84 MiB486.85 KiB
f06c879+dirty2.36 MiB2.88 MiB530.42 KiB
5a22220+dirty2.36 MiB2.92 MiB570.21 KiB
3853f43+dirty2.36 MiB2.85 MiB499.81 KiB
8900e1a+dirty2.36 MiB2.83 MiB479.25 KiB

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

Startup times

RevisionPlainWith SentryDiff
909a67e+dirty1231.94 ms1230.14 ms-1.80 ms
f01ecfc+dirty1228.78 ms1230.45 ms1.67 ms
236cc9c+dirty1317.96 ms1322.51 ms4.55 ms
c66fb41+dirty1215.94 ms1216.11 ms0.17 ms

App size

RevisionPlainWith SentryDiff
909a67e+dirty2.36 MiB3.06 MiB713.26 KiB
f01ecfc+dirty2.36 MiB2.92 MiB570.30 KiB
236cc9c+dirty2.36 MiB2.92 MiB570.03 KiB
c66fb41+dirty2.36 MiB3.04 MiB698.62 KiB

@bruno-garciabruno-garciaforce-pushed thedeps/scripts/update-rn.sh branch 4 times, most recently from48040db toc38742cCompareFebruary 1, 2024 15:27
@github-actions
Copy link
ContributorAuthor

github-actionsbot commentedFeb 1, 2024
edited
Loading

iOS (new) Performance metrics 🚀

 PlainWith SentryDiff
Startup time1230.74 ms1227.88 ms-2.87 ms
Size2.92 MiB3.63 MiB731.21 KiB

Baseline results on branch: main

Startup times

RevisionPlainWith SentryDiff
86d6d2c+dirty1291.62 ms1296.80 ms5.18 ms
e2b64fe+dirty1285.78 ms1297.56 ms11.78 ms
9433f35+dirty1232.24 ms1232.74 ms0.50 ms
4a6664f+dirty1218.77 ms1221.07 ms2.30 ms
80b2ce3+dirty1245.12 ms1262.04 ms16.92 ms
dadc233+dirty1266.52 ms1282.55 ms16.03 ms
f06c879+dirty1285.14 ms1285.86 ms0.72 ms
5a22220+dirty1246.18 ms1249.61 ms3.43 ms
3853f43+dirty1271.74 ms1278.04 ms6.30 ms
8900e1a+dirty1268.36 ms1273.04 ms4.68 ms

App size

RevisionPlainWith SentryDiff
86d6d2c+dirty2.92 MiB3.37 MiB464.31 KiB
e2b64fe+dirty2.92 MiB3.41 MiB499.97 KiB
9433f35+dirty2.92 MiB3.41 MiB503.55 KiB
4a6664f+dirty2.92 MiB3.60 MiB702.09 KiB
80b2ce3+dirty2.92 MiB3.40 MiB492.75 KiB
dadc233+dirty2.92 MiB3.40 MiB492.53 KiB
f06c879+dirty2.92 MiB3.44 MiB533.24 KiB
5a22220+dirty2.92 MiB3.48 MiB575.81 KiB
3853f43+dirty2.92 MiB3.41 MiB503.54 KiB
8900e1a+dirty2.92 MiB3.39 MiB485.96 KiB

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

Startup times

RevisionPlainWith SentryDiff
909a67e+dirty1216.10 ms1217.41 ms1.30 ms
f01ecfc+dirty1224.04 ms1228.31 ms4.27 ms
236cc9c+dirty1236.10 ms1238.60 ms2.50 ms
c66fb41+dirty1228.08 ms1235.42 ms7.34 ms

App size

RevisionPlainWith SentryDiff
909a67e+dirty2.92 MiB3.62 MiB715.33 KiB
f01ecfc+dirty2.92 MiB3.48 MiB575.84 KiB
236cc9c+dirty2.92 MiB3.48 MiB575.61 KiB
c66fb41+dirty2.92 MiB3.61 MiB705.55 KiB

@bruno-garciabruno-garciaforce-pushed thedeps/scripts/update-rn.sh branch 3 times, most recently from4ea1ad8 toa56ff71CompareFebruary 5, 2024 17:43
@github-actionsgithub-actionsbot changed the titlechore(deps): update React Native to v0.73.3chore(deps): update React Native to v0.73.4Feb 6, 2024
@bruno-garciabruno-garciaforce-pushed thedeps/scripts/update-rn.sh branch 4 times, most recently from9c8f6d7 to5b65668CompareFebruary 12, 2024 17:23
@bruno-garciabruno-garciaforce-pushed thedeps/scripts/update-rn.sh branch 8 times, most recently from3f74f83 tof28f469CompareFebruary 15, 2024 15:20
@bruno-garciabruno-garciaforce-pushed thedeps/scripts/update-rn.sh branch 3 times, most recently from2129e63 to4acc521CompareDecember 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-garciabruno-garciaforce-pushed thedeps/scripts/update-rn.sh branch 2 times, most recently from5ca46d4 to371bebfCompareDecember 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-garciabruno-garciaforce-pushed thedeps/scripts/update-rn.sh branch 2 times, most recently from567cd8b toc6a299eCompareDecember 11, 2025 03:33
@github-actionsgithub-actionsbot changed the titlechore(deps): update React Native to v0.82.1chore(deps): update React Native to v0.83.0Dec 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-garciabruno-garciaforce-pushed thedeps/scripts/update-rn.sh branch 2 times, most recently from48cb20f tob871eb5CompareDecember 11, 2025 09:33
@antonis
Copy link
Contributor

Bumped E2E with#5431

@bruno-garciabruno-garciaforce-pushed thedeps/scripts/update-rn.sh branch 2 times, most recently fromc0d4c20 to00e54d3CompareDecember 11, 2025 15:07
@antonisantonis marked this pull request as draftDecember 12, 2025 09:13
@antonis
Copy link
Contributor

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

@bruno-garciabruno-garciaforce-pushed thedeps/scripts/update-rn.sh branch 9 times, most recently from80e01a9 to952ae9eCompareDecember 17, 2025 16:41
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@krystofwoldrichkrystofwoldrichAwaiting requested review from krystofwoldrich

@lucas-zimermanlucas-zimermanAwaiting requested review from lucas-zimermanlucas-zimerman is a code owner

@antonisantonisAwaiting requested review from antonisantonis is a code owner

@alwxalwxAwaiting requested review from alwxalwx is a code owner

1 more reviewer

@sentrysentry[bot]sentry[bot] left review comments

Reviewers whose approvals may not affect merge requirements

At least 1 approving review is required to merge this pull request.

Assignees

No one assigned

Labels

BlockeddependenciesPull requests that update a dependency file

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@krystofwoldrich@antonis@web-flow

[8]ページ先頭

©2009-2025 Movatter.jp