react-native-merge-images-vertically
v1.0.0
Published
Straightforward lib to merge images vertically for react native
Downloads
862
Readme
react-native-merge-images-vertically
This straightforward library for React Native enables vertical image merging, inspired by react-native-images-merge. Unlike the original, this library allows for merging images regardless of their size, meaning it is not limited to square images only.
Android Example
iOS Example
Installation
npm install react-native-merge-images-vertically
cd ios
pod install
Usage
import { mergeImages } from 'react-native-merge-images-vertically';
// ...
const result = await mergeImages(['image1Base64', 'image2Base64']);
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