-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
The expo-doctor command is failing due to outdated dependencies in the package. This only happens after bumping Expo to version 53. This is expected, since the latest version of react-native-crisp-chat-sdk is using dependencies from version 52.
Here is the error message:
14/15 checks passed. 1 checks failed. Possible issues detected:
Use the --verbose flag to see more details about passed checks.
✖ Check that native modules use compatible support package versions for installed Expo SDK
Expected package @expo/config-plugins@~10.0.0
Found invalid:
@expo/config-plugins@8.0.11
When I check the dependencies in my project, I see that outdated version of @expo/config-plugins is coming from the crisp SDK:
react-native-crisp-chat-sdk@^0.16.1:
version "0.16.1"
resolved "https://registry.yarnpkg.com/react-native-crisp-chat-sdk/-/react-native-crisp-chat-sdk-0.16.1.tgz#6cde1604acc34fc24e4f4ddea6355f36763a0d8c"
integrity sha512-niWsq08WZdlQgFBbzOWxYtBFRJorYR0JniR4yxHAvpK+qQujlXxvm1Tqz28YZojWaHRMU7IE2XTntUSArD+CgA==
dependencies:
"@expo/config-plugins" "~8.0.0"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels