kimxogus / react-native-version-check

A version checker for react-native applications
MIT License
722 stars 177 forks source link

added support version using hyphen #205

Closed AxelCM closed 1 year ago

AxelCM commented 1 year ago

Issue: if your version has -,the function that checks the match doesn't find it and returns undefined Ex : 2.1.1-1

Solution: Allow the hyphen in the expression.