We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ffb66d commit 5b48389Copy full SHA for 5b48389
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog of `@reason-react-native/picker`
2
3
+## 1.9.0 - 2020-11-07
4
+
5
+- Add `dropdownIconColor` prop
6
7
## 1.3.0 - 2020-04-02
8
9
Initial release
package.json
@@ -1,11 +1,11 @@
{
"name": "@reason-react-native/picker",
- "version": "1.3.0",
+ "version": "1.9.0",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
- "@react-native-community/picker": "^1.3.0"
+ "@react-native-community/picker": "^1.9.0"
10
"repository": "https://github.com/reason-react-native/picker.git",
11
"license": "MIT",
0 commit comments