Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 612 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 612 Bytes

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