react-native-check-version
react-native-check-version copied to clipboard
Fix get android version from html
I have suggested an fix on #45 , but my project broken after updating the dependencies for this lib. I think that the regex negative look behind is not implemented on react-native JS.
After some tests, I released that the HTML is not returning the correct app version and that my app was not in production track on PlayStore. After released the app to production track, the old regex got the correct app version.
I am sorry for the issue and PR changing the code and case I've broken someone project. This PR reverts the code to use the old regex and fix the library.