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

Commits on Nov 6, 2024

  1. feat: bump minimum react-native version to 0.70

    BREAKING CHANGE: Dropped support for versions older than 0.70
    tido64 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d44f680 View commit details
    Browse the repository at this point in the history
  2. feat(apple): remove deprecated :turbomodule_enabled option

    BREAKING CHANGE: Removed deprecated `:turbomodule_enabled` option
    tido64 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c1b876d View commit details
    Browse the repository at this point in the history
  3. feat(init): deprecate --flatten option

    BREAKING CHANGE: Deprecated (and removed) `--flatten` option
    tido64 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    b055e42 View commit details
    Browse the repository at this point in the history
  4. feat(apple): enable Hermes by default in new projects

    BREAKING CHANGE: Hermes is enabled by default in new projects
    tido64 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    2e009db View commit details
    Browse the repository at this point in the history
  5. feat(android): bump minSdkVersion to 24

    BREAKING CHANGE: Minimum Android SDK version is now 24
    tido64 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    92411b8 View commit details
    Browse the repository at this point in the history
  6. feat(apple): bump iOS/macOS deployment target to 15.1/12.0

    BREAKING CHANGE: Minimum iOS and macOS versions have been bumped to
    15.1 and 12.0 respectively
    tido64 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a72fbc1 View commit details
    Browse the repository at this point in the history