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: upgrade rn to 0.76 #11316

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

chore: upgrade rn to 0.76 #11316

wants to merge 4 commits into from

Conversation

brainbicycle
Copy link
Contributor

@brainbicycle brainbicycle commented Dec 19, 2024

This PR resolves []

Description

Upgrades the project to 0.76. This was not too bad!
https://react-native-community.github.io/upgrade-helper/?from=0.75.4&to=0.76.5&package=net.artsy.artsy&name=Artsy

Draft while i test a little more, but if you have time to pull down and try running would be appreciated!

PR Checklist

  • I have tested my changes on iOS and Android.
  • I hid my changes behind a feature flag, or they don't need one.
  • I have included screenshots or videos, or I have not changed the UI.
  • I have added tests, or my changes don't require any.
  • I added an app state migration, or my changes do not require one.
  • I have documented any follow-up work that this PR will require, or it does not require any.
  • I have added a changelog entry below, or my changes do not require one.

To the reviewers 👀

  • I would like at least one of the reviewers to run this PR on the simulator or device.
Changelog updates

Changelog updates

Cross-platform user-facing changes

iOS user-facing changes

Android user-facing changes

Dev changes

  • upgrade to react native 0.76 - brian

Need help with something? Have a look at our docs, or get in touch with us.

@brainbicycle brainbicycle self-assigned this Dec 19, 2024
@artsy-peril
Copy link
Contributor

artsy-peril bot commented Dec 19, 2024

@react-native-community/cli-platform-ios

Author: Unknown

Description: This package is part of the [React Native CLI](../../README.md). It contains commands for managing iOS part of React Native app.

Homepage: https://github.com/react-native-community/cli/tree/main/packages/cli-platform-ios

Createdover 5 years ago
Last Updated7 days ago
LicenseMIT
Maintainers34
Releases214
Direct Dependencies@react-native-community/cli-platform-apple

@react-native-community/cli-platform-android

Author: Unknown

Description: This package is part of the [React Native CLI](../../README.md). It contains commands for managing the Android part of React Native app.

Homepage: https://github.com/react-native-community/cli/tree/main/packages/cli-platform-android

Createdover 5 years ago
Last Updated7 days ago
LicenseMIT
Maintainers34
Releases224
Direct Dependencieschalk, execa, logkitty, @react-native-community/cli-tools and @react-native-community/cli-config-android

@react-native-community/cli

Author: Unknown

Description: React Native CLI

Homepage: https://github.com/react-native-community/cli/tree/main/packages/cli

Createdalmost 6 years ago
Last Updated7 days ago
LicenseMIT
Maintainers4
Releases312
Direct Dependencieschalk, execa, semver, find-up, prompts, fs-extra, commander, deepmerge, graceful-fs, @react-native-community/cli-clean, @react-native-community/cli-tools, @react-native-community/cli-types, @react-native-community/cli-config, @react-native-community/cli-doctor, @react-native-community/cli-server-api and @react-native-community/cli-debugger-ui

New dependencies added: @react-native-community/cli, @react-native-community/cli-platform-android and @react-native-community/cli-platform-ios.

Generated by 🚫 dangerJS against 19ae982

@@ -68,7 +68,8 @@ target 'Artsy' do
:path => config[:reactNativePath],
:production => ENV['CIRCLE_BUILD_NUM'],
# An absolute path to your application root.
:app_path => "#{Pod::Config.instance.installation_root}/.."
:app_path => "#{Pod::Config.instance.installation_root}/..",
new_arch_enabled: false
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to opt out of new arch for now, similar setting in gradle file for android

@ArtsyOpenSource
Copy link
Contributor

This PR contains the following changes:

  • Dev changes (upgrade to react native 0.76 - brian - brainbicycle)

Generated by 🚫 dangerJS against 19ae982

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants