Skip to content

Conversation

@CptFabulouso
Copy link
Contributor

@CptFabulouso CptFabulouso commented Nov 7, 2025

Removed console log statements for AsyncStorage key and value changes.

Resolves #21

Removed console log statements for AsyncStorage key and value changes.
@LovesWorking
Copy link
Owner

Thank you! Sorry for not updating this sooner! I plan to update this whole tool hopefully by the end of this month to offer everything https://github.com/LovesWorking/react-native-buoy does

@LovesWorking LovesWorking merged commit 59ce9ee into LovesWorking:main Nov 7, 2025
@andrew-schenk
Copy link

While the logs are removed with this change, the underlying logic is still flawed. JSON.stringify doesn't preserve array order between calls, so isDifferent is erroneously true on each pass through. This causes unnecessary disk operations. #22 fixes the logic issue.

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.

"[AsyncStorage Hook]" console logs

3 participants