UNPKG

@fto-consult/expo-ui

Version:

Bibliothèque de composants UI Expo,react-native

10 lines (8 loc) • 277 B
/*** * MIT License Copyright (c) 2020 Mo Gorhom @see : https://github.com/gorhom/react-native-portal */ import { createContext } from 'react'; export const PortalStateContext = createContext(null); export const PortalDispatchContext = createContext(null);