Straightforward lib to merge images vertically for react native
npm install react-native-merge-images-verticallyThis 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.
``sh`
npm install react-native-merge-images-vertically
`sh`
cd ios
pod install
`js
import { mergeImages } from 'react-native-merge-images-vertically';
// ...
const result = await mergeImages(['image1Base64', 'image2Base64']);
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
---
Made with create-react-native-library