UNPKG

@qte/react-native-gifted-chat

Version:

Performant fork of react-native-gifted-chat with FlashList support

9 lines (7 loc) 179 B
import { IMessage } from '../types' export const DEFAULT_TEST_MESSAGE: IMessage = { _id: 'test', text: 'test', user: { _id: 'test' }, createdAt: new Date(2022, 3, 17), }