Vijay-Magadum

Results 20 comments of Vijay-Magadum

I am having "main": "expo-router/entry" this in my package.json file. Also I am using expo tabs template which has _layout.tsx things. So how can I implement that headless task?

My file structure is like this [templete](https://docs.expo.dev/router/advanced/tabs/) and it doesn't have any appEntry.js or index.js. I want to register firebase messaging as a headless task so that i can receive...

This is my below code that I have implemented inside my `ChatScreen.tsx` where I am integrating my chat screen under `Channel` component. below is the main logic I am implementing....

> Hey @Vijay-Magadum, what's your stream-chat-react-native version? I am actually using `"stream-chat-expo": "^5.41.2"`

hey @khushal87, have you found anything regarding this issue?

hey @khushal87, I have implemented a resend message logic for failed messages. When you tap on a failed message, it resends the message. However, if I have 8-9 failed messages...

I have tried that as well but it was giving same error

Our requirement was to send messages offline with a single tick, similar to WhatsApp, and have them automatically delivered to the other user when the device goes online. However, it...

Okay, I will check and get back to you. For failed messages, for example, if I send numbers 1 to 9 as individual messages and try to resend them automatically,...