Skip to content

thekundankamal/react-native-only-base64

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published