react-native-asset-resize-to-base64
Version:
React Native Package to transform an asset image to a base64 string with a possibility to resize it
10 lines (9 loc) • 375 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="RNAsset_Resize_base64"
android:versionCode="1"
android:versionName="1.0" > <!-- package="com.github.xfumihiro.react_native_image_to_base64" -->
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="23" />
</manifest>