We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4901928 commit 99d6bfaCopy full SHA for 99d6bfa
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 9.0.1
2
+
3
+##### Bugfix
4
5
+- Correct types for PickerStyle interface (#528)
6
+- Fix Icon prop type (#529)
7
8
## 9.0.0
9
10
##### Breaking Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-picker-select",
- "version": "9.0.0",
+ "version": "9.0.1",
"description": "A Picker component for React Native which emulates the native <select> interfaces for each platform",
"license": "MIT",
"author": "Michael Lefkowitz <lefkowitz.michael@gmail.com>",
0 commit comments