Detects if the device screen is in zoomed mode
npm install react-native-zoomed
yarn add react-native-zoomed-display
import { isDisplayZoomed, useIsZoomed } from 'react-native-zoomed';
// ...
const isZoomed = isDisplayZoomed());
// or
const isZoomed = useIsZoomed());
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library