alwx / react-native-photo-view

Pinch-to-zoom view for React Native (both iOS and Android)
MIT License
815 stars 434 forks source link

Bump npm package version to 2.x #64

Open Sam1301 opened 7 years ago

Sam1301 commented 7 years ago

According to servem.org

Given a version number MAJOR.MINOR.PATCH, increment the:

MAJOR version when you make incompatible API changes, MINOR version when you add functionality in a backwards-compatible manner, and PATCH version when you make backwards-compatible bug fixes. Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.

This is recommended since v1.3.0 is incompatible with projects using RN version less than 0.44 after this commit https://github.com/alwx/react-native-photo-view/commit/af80c43cd39838a89ce4243fd675109561fd596c.