Skip to content

Just another native implementation of Base64 in C++ for React-Native

License

Notifications You must be signed in to change notification settings

alexdonh/react-native-fast-base64

Repository files navigation

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

About

Just another native implementation of Base64 in C++ for React-Native

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published