non-strict react native simple style library
npm install @lordwasel/rn-styler
import { multiply } from '@lordwasel/rn-styler';
// ...
const result = await multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library