Responsive UIs for React Native
npm install react-native-responsive-ui
import ResponsiveUi from "react-native-responsive-ui";
// ...
const result = await ResponsiveUi.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT