0.4.2 • Published 10 months ago

react-native-dimensions-toolkit v0.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
10 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();
0.4.1

10 months ago

0.4.0

10 months ago

0.4.2

10 months ago

0.3.0

2 years ago

0.2.0

2 years ago