react-native-crisp-chat-sdk
react-native-crisp-chat-sdk copied to clipboard
Dependency Conflict with React Native 0.74.5
Steps to Reproduce:
-
Initialize a React Native project using version 0.74.5.
-
Run the following command to install
react-native-crisp-chat-sdk
:npm install --save react-native-crisp-chat-sdk
-
The installation fails with a dependency resolution error.
Expected Behavior: The SDK should support the latest stable version of React Native (0.74.5), allowing it to be installed without dependency conflicts.
Actual Behavior: The installation fails with the following error:
npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error Found: [email protected] npm error Could not resolve dependency: npm error peer react-native@"^0.73.6" from [email protected]
Environment:
- React Native Version: 0.74.5
-
react-native-crisp-chat-sdk
Version: 0.14.4