react-native-fast-base64
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

react-native-fast-base64

Just another native implementation of Base64 in C++ for React-Native. Inspired and enhanced from @craftzdog/eact-native-quick-base64

Installation

npm install react-native-fast-base64

Usage

import { encode, decode } from 'react-native-fast-base64';

// ...

const encoded = encode('Hello, world!');
const decoded = decode(encoded);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

/react-native-fast-base64/

    Package Sidebar

    Install

    npm i react-native-fast-base64

    Weekly Downloads

    1,965

    Version

    0.1.2

    License

    MIT

    Unpacked Size

    59 kB

    Total Files

    35

    Last publish

    Collaborators

    • alexdonh
    • tan.do