expo-checkbox
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -30,3 +30,4 @@ /** | ||
const nativeControl = createElement('input', { | ||
accessibilityState: { disabled, checked: value }, | ||
accessibilityChecked: value, | ||
accessibilityDisabled: disabled, | ||
checked: value, | ||
@@ -33,0 +34,0 @@ disabled, |
@@ -13,2 +13,6 @@ # Changelog | ||
## 2.2.2 — 2022-11-02 | ||
_This version does not introduce any user-facing changes._ | ||
## 2.2.1 — 2022-10-25 | ||
@@ -15,0 +19,0 @@ |
{ | ||
"name": "expo-checkbox", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Basic checkbox for iOS, Android, and web", | ||
@@ -33,8 +33,11 @@ "main": "build/Checkbox.js", | ||
"devDependencies": { | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^13.4.0", | ||
"@testing-library/react-native": "^11.3.0", | ||
"expo-module-scripts": "^3.0.0" | ||
}, | ||
"jest": { | ||
"preset": "expo-module-scripts/enzyme" | ||
"preset": "expo-module-scripts" | ||
}, | ||
"gitHead": "eab2b09c735fb0fc2bf734a3f29a6593adba3838" | ||
"gitHead": "1a87dcc55895a9e16e3d4fd0fa78f2244c1d961f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47339
485
4