0.4.2 • Published 5 months ago

react-native-dimensions-toolkit v0.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

react-native-dimensions-toolkit

A native toolkit of getting correct device screen dimension, including foldable devices close and open screen.

Installation

npm install react-native-dimensions-toolkit

Usage

The result contains {width, height}, which is the current device screen dimension

import { getRealScreenSize } from 'react-native-dimensions-toolkit';

// ...

const result = await getScreenSize();