0.4.3 ā€¢ Published 2 years ago

react-native-chatty v0.4.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-chatty

šŸ’¬ Full-featured high performance chat UI for React Native.

Demo

With and without customizations:

caption1caption2

Check out Expo snack (For better results, try on real devices.)

Features

  • Built with TypeScript
  • šŸš€ Using recyclerlistview for rendering messages
  • Fully customizable components
  • Loading earlier messages support
  • Typing animation using react-native-lottie otherways use ur own animation
  • Swipe to reply
  • Scroll to bottom
  • Haptic feedback on new message
  • Hashtag, mention and url is parsed optionally, or even use ur own logic.
  • Actions via iOS context menu(fallback to actionsheet if not available)
  • Mention directly from input by typing @mention
  • Upload/View image support.

Installation

yarn add react-native-chatty

Optional Dependencies

  • react-native-lottie
  • react-native-haptic-feedback / expo-haptics
  • react-native-parsed-text
  • react-native-context-menu-view

Usage

Head over to Docs for more information.

import { Chatty } from "react-native-chatty";


<Chatty messages={messages} headerProps={...} footerProps={...} />

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

0.2.13

2 years ago

0.2.12

2 years ago

0.2.11

2 years ago

0.3.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.4.3

2 years ago

0.4.2

2 years ago

0.2.8-beta.5

2 years ago

0.2.8-beta.4

2 years ago

0.2.10

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.8-beta.4.1

2 years ago

0.2.8-beta.3

2 years ago

0.2.8-beta.2

2 years ago

0.2.8-beta.1

2 years ago

0.2.8-beta

2 years ago

0.2.7

2 years ago

0.2.7-5-beta

2 years ago

0.2.7-4-beta

2 years ago

0.2.7-3-beta

2 years ago

0.2.7-2-beta

2 years ago

0.2.7-1-beta

2 years ago

0.2.7-beta

2 years ago

0.2.6-beta

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago