Example app
Running the demo locally
The repository includes a comprehensive example app demonstrating all features - basic chat, custom bubbles and avatars, swipe-to-reply, quick replies, typing indicators, attachment actions, link parsing with custom matchers, and web compatibility.
git clone https://github.com/kesha-antonov/react-native-chat.git
cd react-native-chat/example
yarn install
npx expo run:ios # iOS
npx expo run:android # Android
npx expo start --web # Web