A React Native combine image module is for combining images into two dimensions i.e vertical and horizontal.
npm install react-native-combine-images
import { multiply } from "react-native-combine-images";
// ...
const result = await multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT