Skip to content

gmferraz/react-native-zoomed

Repository files navigation

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

About

Detects If the display is in zoomed mode

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published