UNPKG

rn-custom-style-sheet

Version:

React Native component to select a specific value from a range of values.

10 lines 279 B
import { useThemeContext } from '../UseThemeContext'; export default function useCurrentBreakpointIndex() { const { state: { currentBreakpointIndex } } = useThemeContext(); return currentBreakpointIndex; } //# sourceMappingURL=UseCurrentBreakpointIndex.js.map