kimxogus / react-native-version-check

A version checker for react-native applications
MIT License
715 stars 172 forks source link

NPM Install not fetching latest repository #168

Closed ElangoPrince closed 2 years ago

ElangoPrince commented 2 years ago

npm install not fetching latest repository. Still under playstore.js file shows old code. How to resolve this? Because I'm facing undefined issue..

Harkindey commented 2 years ago

I think, you will need to use patch-package for the mean time, that's what ill be doing

https://www.npmjs.com/package/patch-package

also think this is the changes you should be looking for

https://github.com/kimxogus/react-native-version-check/pull/166/files#diff-5f61bc56402e6cdd12b9b349718b090f7935476def75e2140ba3c43797a5be48

Tested this and the modules is working again, but it is yet to be merged.

rf1804 commented 2 years ago

Latest version has been released v3.4.3

https://www.npmjs.com/package/react-native-version-check/v/3.4.3