AJ_Benoit
AJ_Benoit
Hi @lucswart thank you for your quick response. Would I need to replace my renderActions() function with the renderCustomView you provided above? Is that where I would need to add...
@lucswart I sent you an email. I'll give this a try.
@lucswart I'm still quite confused with the renderCustomView function. Do you mind walking me on creating this function? For step 2 where do I place the document picker and download...
Can someone please help on implementing the renderCustomView function? The renderActions function I created above allows me to pick a document but once I've picked it I'm not sure what...
Also, where do I create the message object? I am using Firebase Realtime Database to store for the messages.
So I store the files in firebase storage. I download the file and store them in firebase storage: renderActions(props: Readonly) { return( { try { const result = await DocumentPicker.pick({...
Hi, So I've managed to send a word doc/pdf file but I am not able to preview the file like the whatsapp functionality before sending. So when selecting the doc/pdf...
Attached are photos. I would like the window that shows a preview of the file to have the buttons ‘cancel’ to the left and ‘send’ to the right similar to...