react-native-image-to-base64

0.1.0 • Public • Published

react-native-image-to-base64

Installation

  • Run npm install react-native-image-to-base64 --save
  • Run react-native link react-native-image-to-base64 (RN 0.29.1+, otherwise rnpm link react-native-image-to-base64)

Usage

NativeModules.RNImageToBase64.getBase64String(uri, (err, base64) => {
  // Do something with the base64 string
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    56
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    56

Package Sidebar

Install

npm i react-native-image-to-base64

Weekly Downloads

16

Version

0.1.0

License

MIT

Last publish

Collaborators

  • xfumihiro