pedroordep / react-native-image-to-base64

React Native module to get Image's base64 string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
})
Sponsor

About

React Native module to get Image's base64 string

License:MIT License


Languages

Language:Java 74.4%Language:Objective-C 25.6%