0.0.2 • Published 4 years ago

@nexapp/react-native-responsive-size-utilities v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

ResponsiveSizeUtilities

What is it ?

This library contains a utility to be able to use density pixel instead of fixed pixels

Installation

npm install @nexapp/react-native-responsive-size-utilities --save

or

yarn add @nexapp/react-native-responsive-size-utilities

Usage

import normalizeSize from "@nexapp/react-native-responsive-size-utilities"

let width = normalizeSize(50)

Licence

MIT