Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 493 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 493 Bytes

react-native-image-metadata

sample description

Installation

npm install react-native-image-metadata

Usage

import { multiply } from 'react-native-image-metadata';

// ...

const result = multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library