0.1.6 • Published 5 years ago
react-native-photo-asset v0.1.6
react-native-photo-asset
RNPhotoAsset helps you get a full photo path for ph:// protocol and base64 of compressed image (for uploading). For example, it can be useful is you want to show photos from cameraroll.
Installation
npm install react-native-photo-asset
Usage
import PhotoAsset from "react-native-photo-asset";
// ...
const result = await PhotoAsset.multiply(3, 7);
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT