npm install react-native-image-to-base64 --save
react-native link react-native-image-to-base64
(RN 0.29.1+, otherwise rnpm link react-native-image-to-base64
)NativeModules.RNImageToBase64.getBase64String(uri, (err, base64) => {
// Do something with the base64 string
})