UNPKG

317 BJavaScriptView Raw
1import * as React from 'react';
2export const GiftedChatContext = React.createContext({
3 getLocale: () => 'en',
4 actionSheet: () => ({
5 showActionSheetWithOptions: () => { },
6 }),
7});
8export const useChatContext = () => React.useContext(GiftedChatContext);
9//# sourceMappingURL=GiftedChatContext.js.map
\No newline at end of file