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 5606b9d commit 3408353Copy full SHA for 3408353
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog of `@reason-react-native/datetimepicker`
2
3
+## 3.0.2 - 2020-12-29
4
+
5
+- Fixed minuteInterval prop (number, not string)
6
7
## 3.0.1 - 2020-11-17
8
9
Fix npm description
package.json
@@ -1,7 +1,7 @@
{
"name": "@reason-react-native/datetimepicker",
"description": "ReScript bindings for @react-native-community/datetimepicker.",
- "version": "3.0.1",
+ "version": "3.0.2",
"publishConfig": {
"access": "public"
},
0 commit comments