react-native-window-size

Simple React Native library helps you to design for different screen sizes

Installation

npm install react-native-window-size

Usage

import { multiply } from "react-native-window-size";

// ...

const result = await multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

GitHub

View Github