Skip to content

[0.80] AsyncStorageModule should not implement ModuleDataCleaner.Cleanable #1205

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

Merged
merged 2 commits into from
Jun 5, 2025

Conversation

cortinico
Copy link
Contributor

Summary

This interface is now internal inside React Native (starting from 0.80) and will be removed in a future version of React Native.

The methods clearSensitiveData was never called altogether so it's safe to remove.

Test Plan

I guess I will rely on CI being green here

…nable

This interface is now `internal` inside React Native (starting from 0.80) and will be removed in a future version of React Native.

The methods `clearSensitiveData` was never called altogether so it's safe to remove.
@cortinico cortinico requested review from krizzu and tido64 as code owners June 4, 2025 13:25
Copy link

changeset-bot bot commented Jun 4, 2025

⚠️ No Changeset found

Latest commit: 6a4d185

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@cortinico
Copy link
Contributor Author

cc @tido64 upstream change is here: facebook/react-native#51060

@tido64
Copy link
Member

tido64 commented Jun 4, 2025

cc @tido64 upstream change is here: facebook/react-native#51060

Can you also add a change file? See #1205 (comment)

@cortinico
Copy link
Contributor Author

@tido64 added

Copy link
Member

@tido64 tido64 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks ❤️

@tido64 tido64 merged commit 8b2f32b into react-native-async-storage:main Jun 5, 2025
8 checks passed
@krizzu
Copy link
Member

krizzu commented Jun 5, 2025

thanks 🙏

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.

3 participants