1.0.2 • Published 3 years ago

react-native-only-base64 v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

react-native-only-base64

Base64 encoding and decoding tools.

Install npm install --save react-native-only-base64 You can find it on npmjs.com here: https://www.npmjs.com/package/react-native-only-base64

How to use:

import base64 from 'react-native-only-base64'

...

base64.encode('Initial Message');

base64.decode('SW5pdGlhbCBNZXNzYWdl');

...

If you like this package Please rate it with a star and leave a comment.