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 9d7a649 commit f3c0b27Copy full SHA for f3c0b27
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog of `@reason-react-native/checkbox`
2
3
+## 0.4.1 - 2020-06-11
4
+
5
+- Fix some iOS props (lineWidth, onAnimationType, offAnimationType)
6
+ [#5](https://github.com/reason-react-native/checkbox/pull/5) by @alltonp
7
8
## 0.4.0 - 2020-06-11
9
10
Bump to react-native-checkbox v0.4
package.json
@@ -1,6 +1,6 @@
{
"name": "@reason-react-native/checkbox",
- "version": "0.4.0",
+ "version": "0.4.1",
"publishConfig": {
"access": "public"
},
0 commit comments