1.0.2 • Published 1 year ago

react-native-zoomed v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

react-native-zoomed

Detects if the device screen is in zoomed mode

Installation

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

Usage

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

// ...

const isZoomed = isDisplayZoomed());

// or

const isZoomed = 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