UNPKG

@fto-consult/expo-ui

Version:

Bibliothèque de composants UI Expo,react-native

6 lines (5 loc) • 191 B
import React from "$react"; export const DrawerContext = React.createContext(null); export const useDrawer = ()=>{ return React.useContext(DrawerContext) || {hasContext:x=>false}; }