UNPKG

@docentpro/react-native-gifted-chat

Version:

Forked from react-native-gifted-chat 2.6.5, to disable auto scroll-to-bototm feature

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