A polyfill used to add btoa() and atob() to the global scope.
npm install @snowballtools/react-native-base64Using yarn:
``bash`
yarn add @react-native-anywhere/polyfill-base64
`javascript
import "@react-native-anywhere/polyfill-base64";
// btoa, atob...
`
```
npx expo install react-native-quick-base64