react-chat-components
react-chat-components copied to clipboard
Chat UI Components to build chat applications with PubNub on React with TypeScript support
Dear team, we love your work, please help support porting this sample into react-native project, Cheers,
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  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....