1.0.0 • Published 2 years ago

@snowballtools/react-native-base64 v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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

✌️ License

MIT

1.0.0

2 years ago