chatwoot / chatwoot-react-native-widget

React Native widget for Chatwoot
https://www.npmjs.com/package/@chatwoot/react-native-widget
MIT License
36 stars 40 forks source link

iOS: "Take a photo or video" crashes the app #20

Closed mxmtsk closed 1 year ago

mxmtsk commented 2 years ago

If you write a message in the chat and want to select a file, iOS grants you three options:

Clicking on "Take photo" crashes the app

muhsin-k commented 1 year ago

There is still not enough information to debug the error. Would you be able to provide a screencast of the behaviour?

mxmtsk commented 1 year ago

Hi @muhsin-k, I figured out that the issue simply was that I simply was missing the NSCameraUsageDescription key in Info.plist. After adding it, it worked fine.