You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Disable base64 optimization in ReactNative (#3564)
Our base64 encoding optimization does not run in React Native, because
React Native doesn't support creating Files/Blobs from buffers.
---------
Co-authored-by: Maarten Zuidhoorn <[email protected]>
0 commit comments