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.