Skip to content

fix: Disable base64 optimization in ReactNative#3564

Merged
FrederikBolding merged 5 commits into
mainfrom
fb/disable-b64-optimization-in-rn
Aug 7, 2025
Merged

fix: Disable base64 optimization in ReactNative#3564
FrederikBolding merged 5 commits into
mainfrom
fb/disable-b64-optimization-in-rn

Conversation

@FrederikBolding

Copy link
Copy Markdown
Member

Our base64 encoding optimization does not run in React Native, because React Native doesn't support creating Files/Blobs from buffers.

@FrederikBolding FrederikBolding requested a review from a team as a code owner August 7, 2025 11:08
cursor[bot]

This comment was marked as outdated.

Comment thread packages/snaps-utils/src/base64.ts Outdated
Co-authored-by: Maarten Zuidhoorn <maarten@zuidhoorn.com>
GuillaumeRx
GuillaumeRx previously approved these changes Aug 7, 2025
Mrtenz
Mrtenz previously approved these changes Aug 7, 2025
GuillaumeRx
GuillaumeRx previously approved these changes Aug 7, 2025
@codecov

codecov Bot commented Aug 7, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.28%. Comparing base (fcdb865) to head (a4b2363).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3564   +/-   ##
=======================================
  Coverage   98.28%   98.28%           
=======================================
  Files         417      417           
  Lines       11764    11765    +1     
  Branches     1829     1830    +1     
=======================================
+ Hits        11562    11563    +1     
  Misses        202      202           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@FrederikBolding FrederikBolding added this pull request to the merge queue Aug 7, 2025
Merged via the queue into main with commit 7a135b9 Aug 7, 2025
120 checks passed
@FrederikBolding FrederikBolding deleted the fb/disable-b64-optimization-in-rn branch August 7, 2025 11:54
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