chore(deps): update dependency react-native-quick-base64 to v2.2.0 #7208
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.1.2->2.2.0Release Notes
craftzdog/react-native-quick-base64 (react-native-quick-base64)
v2.2.0Compare Source
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.
This PR was generated by Mend Renovate. View the repository job log.