react-native-android-tablayout
react-native-android-tablayout copied to clipboard
Not installing correctly in node4.4.6 ubuntu 14.04
Getting following error in installation node v4.4.6 npm v3.10.3
+-- UNMET PEER DEPENDENCY [email protected]
`-- [email protected]
npm WARN [email protected] requires a peer of [email protected] but none was installed.
This needs to be updated to React-Native 0.29.0. Mentioning @AlbertBrand in hopes of an update.
True, I should've used an upward dep. It's only a warning though.
For sure. Not a big deal, but throwing it in a future update wouldn't hurt. Thanks!
@AlbertBrand: Would you mind a PR to switch it to either a list of versions or a >=
dependency? It's just a warning, but I see it a lot… 😄
I love the library, too. It's given us no problems thus far!