0.1.0 • Published 9 years ago
react-native-image-to-base64 v0.1.0
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+, otherwisernpm link react-native-image-to-base64)
Usage
NativeModules.RNImageToBase64.getBase64String(uri, (err, base64) => {
// Do something with the base64 string
})0.1.0
9 years ago