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

feat!: drop support for react-native below 0.70 #2307

Open
wants to merge 6 commits into
base: trunk
Choose a base branch
from
Open

Conversation

tido64
Copy link
Member

@tido64 tido64 commented Nov 5, 2024

Description

Drop support for react-native below 0.70. Other breaking changes include bumping minimum sdk version (on all platforms), removing deprecated options, and making Hermes default in new projects. More details in #1797.

Warning

This PR must be merged with "Rebase and merge" to preserve commit history:
image

Resolves #1797.

Platforms affected

  • Android
  • iOS
  • macOS
  • visionOS
  • Windows

Test plan

  • CI should pass
  • Manually test that 0.70 still builds: npm run test:matrix 0.70

scripts/configure.mjs Outdated Show resolved Hide resolved
BREAKING CHANGE: Dropped support for versions older than 0.70
BREAKING CHANGE: Removed deprecated `:turbomodule_enabled` option
BREAKING CHANGE: Deprecated (and removed) `--flatten` option
BREAKING CHANGE: Hermes is enabled by default in new projects
BREAKING CHANGE: Minimum Android SDK version is now 24
BREAKING CHANGE: Minimum iOS and macOS versions have been bumped to
15.1 and 12.0 respectively
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
platform: Android This affects Android platform: iOS This affects iOS platform: macOS This affects macOS platform: visionOS platform: Windows This affects Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Breaking changes in 4.0
2 participants