@qte/react-native-gifted-chat
Version:
Performant fork of react-native-gifted-chat with FlashList support
9 lines • 317 B
JavaScript
import * as React from 'react';
export const GiftedChatContext = React.createContext({
getLocale: () => 'en',
actionSheet: () => ({
showActionSheetWithOptions: () => { },
}),
});
export const useChatContext = () => React.useContext(GiftedChatContext);
//# sourceMappingURL=GiftedChatContext.js.map