UNPKG

@nexara/nativeflow

Version:

Beautiful, responsive, and customizable UI components for React Native – built for performance and seamless experiences.

7 lines (6 loc) 251 B
"use strict"; import { useContext } from 'react'; import { Context } from "../components/Provider/NativeProvider.js"; const useScalingMode = () => useContext(Context)?.scaling; export default useScalingMode; //# sourceMappingURL=useScalingMode.js.map