Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 426 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 426 Bytes

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 rank it with a star and leave a comment.