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

Upgrade sample to React Native 76 #132

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

Conversation

markmur
Copy link
Contributor

@markmur markmur commented Oct 25, 2024

What changes are you making?

  • Upgrades dependencies to ensure compatibility with React Native 0.76.0
  • Upgrades sample app to use React Native 0.76.0

Note that this increases the minimum deployment target for the sample app to iOS 15.1.

See https://react-native-community.github.io/upgrade-helper/?from=0.74.1&to=0.76.0&package=com.reactnative&name=ReactNative for diff between versions.

This PR is mostly implementing the diffs


PR Checklist

Important


@markmur markmur self-assigned this Oct 25, 2024
@markmur markmur force-pushed the markmur/react-native-76-support branch from 6e1aa89 to cbde3ac Compare October 25, 2024 17:17
@markmur markmur requested a review from kiftio October 25, 2024 18:12
@markmur markmur marked this pull request as ready for review October 25, 2024 18:12
@markmur markmur requested a review from a team as a code owner October 25, 2024 18:12
@markmur markmur force-pushed the markmur/react-native-76-support branch from 46a943e to 1bcab6a Compare October 25, 2024 18:15
@markmur markmur changed the title Add support for React Native 76 Add support for React Native 76 (no release needed) Oct 25, 2024
Comment on lines -73 to -81
"eslintConfig": {
"root": true,
"extends": "@react-native",
"rules": {
"@typescript-eslint/no-shadow": "off",
"@typescript-eslint/consistent-type-imports": "error",
"no-console": "error"
}
},
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Moved to it's own file so it's easier to configure rules for sample + module

@markmur markmur force-pushed the markmur/react-native-76-support branch from 1bcab6a to f74ca80 Compare October 25, 2024 18:19
@markmur markmur changed the title Add support for React Native 76 (no release needed) Upgrade sample to React Native 76 (no release needed) Dec 7, 2024
@markmur markmur changed the title Upgrade sample to React Native 76 (no release needed) Upgrade sample to React Native 76 Dec 7, 2024
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.

1 participant