Skip to content

zym2525/rn-components

Repository files navigation

# rn-components yyyy ## Installation ```sh npm install rn-components ``` ## Usage ```js import RnComponents from "rn-components"; // ... const result = await RnComponents.multiply(3, 7); ``` ## Contributing See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow. ## License MIT # rn-components