React Native Gifted Chat Versions Save

💬 The most complete chat UI for React Native

v0.16.0

4 years ago

🐛Fix TS types (ie. change file name types.ts -> Models.ts)

import { IMessage, Reply } from 'react-native-gifted-chat'

v0.15.2

4 years ago
  • 📜New infiniteScroll prop! Should to be used with loadEarlier, isLoadingEarlier and onLoadEarlier props (7c2b566 , 88d9366)
  • 📅Move dependency from moment.js to dayjs (2fb040d, 7c2b566)

v0.14.1

4 years ago
  • 🏋️‍♀️remove new example folder from package

v0.14.0

4 years ago
  • 🐛Fixes of messagesContainerHeight
  • 🐛Fixes of typings of <Bubble />
  • 💬Feat new TypingIndicator animation (ie. new isTyping prop) by @shamilovtim
  • 🤖Feat increase quick reply button text size
  • 🔈Feat add renderMessageAudio by Rodrigo Angelo Valentini

See all other commits

v0.13.0

4 years ago
  • Add optionTitles on MessageText, add messagesContainerStyle e25114f @ahce
  • Fix remove react-dom peer dependecy @ahce 87326f5
  • Add disableComposer prop 15d12e9 @ali5049
  • Updated lifecycle method in README 40637ff
  • fix(package): update react-native-lightbox to version 0.8.1 31e8c6a

v0.12.0

4 years ago
  • feat(keyboard avoiding view): strip isAnimated and add keyboard avoiding view c3ddc9a @shamilovtim
  • fix(keyboard avoiding view): add proptype 0a08c8d @shamilovtim
  • fix(keyboard avoiding view): DRY in renderMessages 13832e5 @shamilovtim
  • Implement renderChatEmpty prop to allow showing custom view as ListEmptyView when message is empty 5f844e3 @javascripter
  • fix possible bug if inverted={false} prop is provided. The bug produces cannot read property scrollToEnd of null 1c554cd @myckhel

> Compare

v0.11.4

4 years ago

v0.11.2

4 years ago
  • Fixed some flow types, thanks @amiralies
  • Fixed scroll to the bottom, thanks @amiralies
  • Fixed readme
  • Remove flow-typedefs folder from published package
  • TypeScript User and IMessage define id with string | number

> Comparing changes

v0.11.0

4 years ago

Remove video packages dependencies (ie. react-native-video and expo-av)!

v0.10.2

4 years ago

Add flow types definitions.