react-native-gifted-chat-flashlist
Version:
React Native Gifted Chat with FlashList optimization for better performance
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