@snowballtools/react-native-base64
v1.0.0
Published
A polyfill used to add btoa() and atob() to the global scope.
Downloads
26
Readme
@react-native-anywhere/polyfill-base64
A polyfill used to add btoa and atob to the global scope.
🚀 Getting Started
Using yarn
:
yarn add @react-native-anywhere/polyfill-base64
✍️ Usage
import "@react-native-anywhere/polyfill-base64";
// btoa, atob...
Native Usage
This can be used with expo/eas & react-native-quick-base64. It will automatically prefer the native implementation if it finds it.
npx expo install react-native-quick-base64