react-chat-components icon indicating copy to clipboard operation
react-chat-components copied to clipboard

Chat UI Components to build chat applications with PubNub on React with TypeScript support

Results 21 react-chat-components issues
Sort by recently updated
recently updated
newest added
trafficstars

Dear team, we love your work, please help support porting this sample into react-native project, Cheers,

status: in triage
type: feature

Most SDKs now use `userId` (name varied depending on the lg) instead of `uuid` in the step of PN object initialization. I've updated the Getting Started doc & app accordingly....

-added handling for state-change presence events in the usePresence hook -refactored code to use `Object.prototype.hasOwnProperty.call()` to prevent tslint from throwing errors

fix the filter rendering messages even if the filter returns false. I have noticed that on the docs, it says that the `filter` prop is an `Option to render only...

It would be great if I can customize the file/image upload button like `sendButton`.

The text will be cut out after picking files on small screens ![SCR-20220921-lj9](https://user-images.githubusercontent.com/785920/191443333-6d2304ae-4c34-476c-8e29-40f1f06d5aa7.png) I think it should call `autoSize` after [this line](https://github.com/pubnub/react-chat-components/blob/da3a81b5cecc996588af37debc4f48cb027699ef/lib/src/message-input/message-input.tsx#L213) in MessageInput component?

## Title Unable to delete device on Android using React Native ## Description I am trying to delete a device from PubNub's channels during logout, which should prevent sending notifications...

I get the following error when trying to upload a document, on both iOS and Android Uploading pictures/images works fine > [Error: Couldn't construct a file out of supplied options....