This library contains a utility to be able to use density pixel instead of fixed pixels
npm install @nexapp/react-native-responsive-size-utilities --save
or
yarn add @nexapp/react-native-responsive-size-utilities
import normalizeSize from "@nexapp/react-native-responsive-size-utilities"
let width = normalizeSize(50)
MIT