1.0.7 • Published 3 years ago

react-native-zoomed-display v1.0.7

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

react-native-zoomed-display

Detects if the device screen is in zoomed mode

Installation

npm install react-native-zoomed-display 
yarn add react-native-zoomed-display 

Usage

import { isDisplayZoomed, useIsZoomed } from 'react-native-zoomed-display';

// ...

const isZoomed = await isDisplayZoomed();

// or

const isZoomed = await useIsZoomed();

Contributing

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

License

MIT


Made with create-react-native-library

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago