UNPKG

react-native-sortables

Version:

Powerful Sortable Components for Flexible Content Reordering in React Native

11 lines (10 loc) 261 B
"use strict"; import { Dimensions } from 'react-native'; export default function useScreenDiagonal() { const { height, width } = Dimensions.get('screen'); return Math.sqrt(width ** 2 + height ** 2); } //# sourceMappingURL=useScreenDiagonal.js.map