Skip to content

fix(android): support new autolinking mechanism in 0.75 - #2075

Merged
Tommy Nguyen (tido64) merged 4 commits into
trunkfrom
tido/android-autolinking-0.75
Jun 11, 2024
Merged

fix(android): support new autolinking mechanism in 0.75#2075
Tommy Nguyen (tido64) merged 4 commits into
trunkfrom
tido/android-autolinking-0.75

Conversation

@tido64

Copy link
Copy Markdown
Member

Description

Autolinking on Android changed in such a way that we no longer can provide backwards compatibility, i.e. we cannot support 0.75 without breaking previous versions. The alternative is to reimplement what the new Gradle plugin does in a more controlled environment.

See full changes: react/react-native@cf914e4

Platforms affected

  • Android
  • iOS
  • macOS
  • visionOS
  • Windows

Test plan

yarn clean
npm run set-react-version nightly
yarn
cd example/android
yarn android

# In a separate terminal
yarn start

Screenshots

Screenshot_1718108392

Autolinking on Android changed in such a way that we no longer can
provide backwards compatibility, i.e. we cannot support 0.75 without
breaking previous versions. The alternative is to reimplement what the
new Gradle plugin does in a more controlled environment.

See full changes:
react/react-native@cf914e4
@tido64
Tommy Nguyen (tido64) merged commit 88f64e4 into trunk Jun 11, 2024
@tido64
Tommy Nguyen (tido64) deleted the tido/android-autolinking-0.75 branch June 11, 2024 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

platform: Android This affects Android

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants