I'm getting an error when installing stream-chat-expo library with version 5.17.1.
I did follow instructions from this website, for an Expo app (React Native).
When I run npm run ios I get the follow error.
None of these files exist: * node_modules/stream-chat-expo/src/handlers/pickDocument
Also seems like pickDocument references expo-document-picker, which I do have it installed.

are you importing pickDocument somewhere in the app internally other than the default behavior?