create custom shaped views
npm install react-native-custom-shapeimport CustomShape from "react-native-custom-shape";
// ...
const result = await CustomShape.multiply(3, 7);See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT