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

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

Merged
merged 4 commits into from
Jun 11, 2024

Conversation

tido64
Copy link
Member

@tido64 tido64 commented Jun 11, 2024

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: facebook/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:
facebook/react-native@cf914e4
@github-actions github-actions bot added the platform: Android This affects Android label Jun 11, 2024
@tido64 tido64 mentioned this pull request Jun 11, 2024
18 tasks
@tido64 tido64 merged commit 88f64e4 into trunk Jun 11, 2024
30 checks passed
@tido64 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.

None yet

2 participants