Open kesha-antonov opened 4 years ago
@kesha-antonov https://github.com/sohobloo/react-native-modal-dropdown/pull/244 I have created PR with fix but I'm not sure if will be merged because looks like this project is not maintained anymore
Awesome! Let's mention repo owner @irekrog
you can temporarily fix this error by add this config to package.json
"resolutions": { "deprecated-react-native-listview": "0.0.6" }
you can temporarily fix this error by add this config to package.json
"resolutions": { "deprecated-react-native-listview": "0.0.6" }
What to do after that? npm install? cuz it didn't work!
EDIT: turns out I had version 0.0.5 installed and thats why it didn't work. After installing v0.0.6 it worked!
Thank you!
@omar-dulaimi How did u installed v0.0.6 of "deprecated-react-native-listview"
@zepvi In package.json it was already a dependency like this:
"deprecated-react-native-listview": "^0.0.5",
So I changed it to 6 then added this line to package.json:
"resolutions": {
"deprecated-react-native-listview": "0.0.6"
},
then
npm i
Hope it works for you!
Just want to point out that this solution doesn't work with react-native-modal-dropdown version 0.7.0. You can fix it to 0.6.2.
@zanlucathiago and how exactly do you do that?
@palmer95 You can fix it in package.json.
{ "dependencies": { "react-native-modal-dropdown": "0.6.2" } }
Check out #251
@palmer95 You can fix it in package.json.
{ "dependencies": { "react-native-modal-dropdown": "0.6.2" } }
this one is working for me
Just wanting to put a note that this doesn't work for RN 0.63+
It didn't work with 0.7.0 and 0.6.2 Any workaround for 0.63.+ ?
Any work around for 0.63+?
Please remove this deprecated out of date package so people stop trying to use it!!!
Use v0.6.2. A good community member makes a PR instead of complaining. Just saying.
Guessing that was aimed at me @fqborges I agree but somebody has to state the obvious too or number of packages that need updates to continue working are going to keep increasing
@tim92109 Sorry if it sounded aggressive, it shouldn't. And yes, you are right, someone has to state the obvious sometimes. But, try to no be so harsh on open source developers, they own you nothing.
Advice taken, @fqborges & thanks
Hi!
When building with RN 0.62 it gives error: