-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with version 0.76.6 of react-native #131
Comments
@qwertynik I believe, it is safe to force-install it. It will be fixed by the update of dependencies in the next release. |
@birdofpreyru Performed a force install. Yet, I am unable to use the library. The error thrown is:
for this line: Not sure why it says |
Hmm... try to temporary pin |
I am using the version 2.20.0. |
Note: I am using this on an Expo project. (Created a development build in Expo). I don't see how this should prevent the |
Agh, that's the problem then — my fork of |
Ok. I am now attempting to use your library. Will make code changes and report back here if things are any better. |
Uninstalled the react-native-fs library and installed yours. The packages are now working. Had to do a force install. Thanks for your prompt response with the version number for |
Namaste @birdofpreyru,
Thanks for this wonderful library. Hope you are doing well.
I am back to using this library in one of my own projects. However, I am unable to because the peer dependency for this project is 0.76.0 of react-native and the version I am using is 0.76.6. Since it is minor version difference, I assume this library should work. But I am not certain and am unable to proceed with the installation.
`
npm resolution error report
While resolving: [email protected]
Found: [email protected]
node_modules/react-native
react-native@"0.76.6" from the root project
peer react-native@"^0.76.0" from @dr.pogodin/[email protected]
node_modules/@dr.pogodin/react-native-static-server
@dr.pogodin/react-native-static-server@"" from the root project
peer react-native@"" from @dr.pogodin/[email protected]
node_modules/@dr.pogodin/react-native-fs
peer @dr.pogodin/react-native-fs@">= 2.22.0" from @dr.pogodin/[email protected]
node_modules/@dr.pogodin/react-native-static-server
@dr.pogodin/react-native-static-server@"*" from the root project
Could not resolve dependency:
peer react-native@"^0.75.3" from [email protected]
node_modules/react-native-windows
peer react-native-windows@"^0.75.6" from @dr.pogodin/[email protected]
node_modules/@dr.pogodin/react-native-static-server
@dr.pogodin/react-native-static-server@"*" from the root project
Fix the upstream dependency conflict, or retry
this command with --force or --legacy-peer-deps
to accept an incorrect (and potentially broken) dependency resolution.
`
Note: Currently, I used
--force
to proceed with the installation and the installation is complete. Will now use the library and see if it works.The text was updated successfully, but these errors were encountered: