-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add changes in peer dependencies for RN 64+ #35
base: master
Are you sure you want to change the base?
Conversation
Since version 64 of react-native, the react version is set to 17 and we have versions mismatch when use react-native-scalable-image. So change react peer dependency and remove prop-types peer dependency
Please consider this pull request for merging |
+1, currently impossible to npm install react-native-fit-image in the latest version of RN. |
@TheWebartist Why did you remove |
There is a fork that already merged this PR here if you need this to work after upgrading RN: https://github.com/uugengiven/react-native-scalable-image |
Any updates for this? |
any updates? |
I also need this change. Any updates? |
#41 check this one it might help you , I just got the same problem ( i'm working with react 18 ) |
Since version 64 of react-native, the react version is set to 17 and we have versions mismatch when use react-native-scalable-image. So change react peer dependency and remove prop-types peer dependency