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): remove unnecessary getViewManagers overrides #1186

Merged
merged 2 commits into from
Feb 28, 2025

Conversation

tido64
Copy link
Member

@tido64 tido64 commented Feb 24, 2025

Summary

The getViewManagers overrides aren't doing anything and React Native already provides default implementations. The signature has also been changed in 0.77, breaking builds.

Resolves #1180.

Test Plan

n/a

@tido64 tido64 requested a review from krizzu as a code owner February 24, 2025 10:59
Copy link

changeset-bot bot commented Feb 24, 2025

🦋 Changeset detected

Latest commit: aa64f5d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@react-native-async-storage/async-storage Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@tido64 tido64 enabled auto-merge (squash) February 24, 2025 11:00
@tido64 tido64 merged commit 21d0c22 into main Feb 28, 2025
8 checks passed
@tido64 tido64 deleted the tido/remove-unnecessary-overrides branch February 28, 2025 09:40
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.

Looks like not compatible with 0.77 ('getViewManagers' overrides nothing)
2 participants