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.
2
Answers
are you importing pickDocument somewhere in the app internally other than the default behavior?
I think you just need to clean and reinstall the dependencies. Because if you notice, we don’t really export pickDocument from
package/expo-package/src/handlers/index.ts
anymore: https://github.com/GetStream/stream-chat-react-native/blob/v5.17.1/package/expo-package/src/handlers/index.ts