Cannot install with RN >= 0.30.0
alloy opened this issue · 3 comments
alloy commented
The version requirement you have on RN states that it may not go over 0.27.x, meaning that npm complains when we try to use it with RN 0.30.0 and shrinkwrap.
Allows changes that do not modify the left-most non-zero digit in the [major, minor, patch] tuple.
– https://docs.npmjs.com/misc/semver#caret-ranges-123-025-004
FWIW Your package seems to work fine with RN 0.30.0.
thani-sh commented
Hi @alloy
Released v1.12.5
which has 0.27.0 - 0.30.x
for react-native peer dependency versions.
I'll check it with v0.31.0
and do another patch release soon.
thani-sh commented
Release v1.12.6
supports react-native versions upto v0.31.0
alloy commented
Awesome, thanks for the fast turnaround time! 👍