Component library for Application's Architecture course. UADE 2021
npm install rn-aa-lib
import RnAaLib from "rn-aa-lib";
// ...
const result = await RnAaLib.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT