xfumihiro / react-native-image-to-base64

React Native module to get Image's base64 string
MIT License
78 stars 37 forks source link

react-native-image-to-base64

Installation

Usage

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

Sponsor