UNPKG

@kirz/react-native-toolkit

Version:

Toolkit to speed up React Native development

8 lines (5 loc) 173 B
import { useContext } from 'react'; import { DropDownContext } from '../contexts/DropDownContext'; export function useDropdown() { return useContext(DropDownContext); }