react-native-picker-select
Advanced tools
Comparing version 4.2.0 to 4.2.1
{ | ||
"name": "react-native-picker-select", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "A Picker component for React Native which emulates the native <select> interfaces for each platform", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -5,2 +5,3 @@ # react-native-picker-select | ||
[![npm downloads](https://img.shields.io/npm/dm/react-native-picker-select.svg?style=flat-square)](https://www.npmjs.com/package/react-native-picker-select) | ||
[![Test Coverage](https://api.codeclimate.com/v1/badges/095f5b1ee137705ed382/test_coverage)](https://codeclimate.com/github/lawnstarter/react-native-picker-select/test_coverage) | ||
[![CircleCI](https://circleci.com/gh/lawnstarter/react-native-picker-select.svg?style=svg)](https://circleci.com/gh/lawnstarter/react-native-picker-select) | ||
@@ -68,4 +69,6 @@ | ||
[![BrowserStack](https://i.imgur.com/cOdhMed.png)](https://www.browserstack.com/) | ||
## License | ||
react-native-picker-select is [MIT licensed](https://github.com/lawnstarter/react-native-picker-select/tree/master/LICENSE) |
25299
73