Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 28, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-native-quick-base64 2.1.2 -> 2.2.0 age adoption passing confidence

Release Notes

craftzdog/react-native-quick-base64 (react-native-quick-base64)

v2.2.0

Compare Source

  • refactor: New Arch, 0.78+ support, actually uses the native implementation, removed the JS fallback #​46 by @​hirbod

Synchronous native install
Native JSI bindings are now initialized via a clean install() method. No more flaky setBridge() hacks or crashes during early runtime.

Installs once at startup
The module checks typeof global.base64FromArrayBuffer to guard the install. No double-installs or race conditions.

Dropped the base64-js fallback
If native fails, it fails loudly. No silent fallback to slower JS versions. As we install synchronously, this should never happen (PR #​24 wasn't a good merge, it made the while install unpredictable and almost always fallback to the JS-version on the first call, depending how'd re-request for your whole session)

Removed redundant typeof checks
Helper functions no longer re-check availability on every call.

Cleaned up type assertions
No more ! or as — safer and easier to follow.

btoa and atob are now considered legacy
Hermes supports them natively. They’re still there for compatibility but not recommended for new code.

Podspec is now plug-and-play
Works with both old and new architecture. No manual tweaks needed.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/react-native-quick-base64-2.x branch 3 times, most recently from ba8c2ae to 70721b4 Compare May 29, 2025 04:42
@renovate renovate bot force-pushed the renovate/react-native-quick-base64-2.x branch from 70721b4 to bf08f0f Compare May 29, 2025 08:44
@renovate renovate bot merged commit 78f7ff5 into master May 29, 2025
23 checks passed
@renovate renovate bot deleted the renovate/react-native-quick-base64-2.x branch May 29, 2025 15:15
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.

1 participant