[ Package conformance ]

Device & Platform · >=2.0.0

react-native-quick-base64

native-seam only — the real upstream JS (byteLength, toByteArray, fromByteArray, btoa, atob, shim, every getLens/uint8ArrayToString/stringToArrayBuffer helper) runs from the bundle. sootsim registers the QuickBase64 TurboModule; `install()` mounts `globalThis.base64FromArrayBuffer` + `globalThis.base64ToArrayBuffer` backed by browser-native atob/btoa, which is what upstream JS reaches for on every conversion. url-safe + standard base64 + linebreak stripping all handled in the seam.
100%
API coverage
No visual conformance cases have been published for this package yet. The registry summary below describes what the compat layer implements.
Working (8)
real upstream JS exports + helpers running from the bundlebyteLengthtoByteArrayfromByteArray (incl. urlSafe)btoaatobshim (mounts global btoa/atob)QuickBase64.install() returns true so the upstream module-init branch runs once
Missing—