chymtt / ReactNativeDropdownAndroid

A simple wrapper for Android's Spinner in react-native
MIT License
62 stars 22 forks source link

update peer dep #1

Closed javamonn closed 8 years ago

javamonn commented 8 years ago

Ran into an issue with the peerDependencies when trying to use this package with the latest 0.12.0 release of react-native. This PR tweaks the peer deps so that 0.12.0 can be valid.

chymtt commented 8 years ago

Thanks for the notice