10000 GitHub - jingzhaoou/react-native-base64: Base64 encoding and decoding helping util. Created for React Native but can be used anywhere
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jingzhaoou/react-native-base64

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

react-native-base64

Base64 encoding and decoding helping util (does not support some Unicode characters).
Created for React Native but can be used anywhere.

Install
npm install --save react-native-base64

How to use:

import base64 from './base64'

...

base64.encode('Some string to encode to base64');

base64.decode('SW4gbXkgZXllcywgaW5kaXNwb3NlZA0KSW4gZGlzZ3Vpc2VzIG5vIG9uZSBrbm93cw0KUklQIEND==')

About

Base64 encoding and decoding helping util. Created for React Native but can be used anywhere

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%
0