GetStream / slack-clone-react-native

Build a slack clone using react-native, Stream and react-navigation
https://dev.to/vishalnarkhede/how-to-build-slack-clone-with-react-native-part-2-g5
220 stars 95 forks source link

Need Support: File Upload causing crash in Google Pixel #11

Open shodgetts opened 4 years ago

shodgetts commented 4 years ago

This ticket was escalated from Zendesk by Stephen Hodgetts:

Ticket: #6596 Type: Question Priority: Normal Requester: Shailja Jukariya Organization: - Assignee: Vishal Narkhede


Hi Team,

We are facing an issue specifically for Google Pixel, in other devices, it is working properly. The scenario for the issue:

The crash is generating because of this line in FileUploadPreview.js and we don't have the access to this file in our codebase

react.default.createElement(**FilenameText, null, item.file.name.length > 35 ? item.file.name.substring(0, 35).concat('...') : item.file.name)))), /*#__PURE__*/_react.default.**createElement(Dismiss, {

Can you please help us out with this issue? I am attaching the video of the test case and drive link for the file which is causing the crash.

 PPT-Sample-with-Video- 29.3mb.pptx

Regards,

Shailja Jukariya

Werq.com

For faster responses, please use WebiOSAndroid

----------

CONFIDENTIALITY NOTICE TO RECIPIENT: This transmission contains confidential information belonging to the sender that is legally privileged and proprietary and may be subject to protection under the law, including the Health Insurance Portability and Accountability Act (HIPAA). If you are not the intended recipient of this e-mail, you are prohibited from sharing, copying, or otherwise using or disclosing its contents. If you have received this e-mail in error, please notify the sender immediately by reply e-mail and permanently delete this e-mail and any attachments without reading, forwarding or saving them.

Attachments:
VID-20201009-WA0019.mp4
inline-comment-image-1
inline-comment-image-2 gz#6596

shodgetts commented 4 years ago

Agent comment from Stephen Hodgetts in Zendesk ticket #6596:

Hello, moving this issue to the repo, as per Vishal's request.