expo-checkbox
Advanced tools
Comparing version 2.6.0 to 2.7.0
@@ -22,3 +22,3 @@ /** | ||
const { color, disabled, onChange, onValueChange, style, value, ...other } = this.props; | ||
const fakeControl = (<View pointerEvents="none" style={[ | ||
const fakeControl = (<View style={[ | ||
styles.fakeControl, | ||
@@ -64,2 +64,3 @@ value && styles.fakeControlChecked, | ||
...StyleSheet.absoluteFillObject, | ||
pointerEvents: 'none', | ||
alignItems: 'center', | ||
@@ -66,0 +67,0 @@ backgroundColor: '#fff', |
@@ -13,2 +13,8 @@ # Changelog | ||
## 2.7.0 — 2023-11-14 | ||
### 💡 Others | ||
- Use `pointerEvent` style instead of prop for components on web. ([#24931](https://github.com/expo/expo/pull/24931) by [@EvanBacon](https://github.com/EvanBacon)) | ||
## 2.6.0 — 2023-10-17 | ||
@@ -15,0 +21,0 @@ |
{ | ||
"name": "expo-checkbox", | ||
"version": "2.6.0", | ||
"version": "2.7.0", | ||
"description": "Basic checkbox for iOS, Android, and web", | ||
@@ -41,3 +41,3 @@ "main": "build/Checkbox.js", | ||
}, | ||
"gitHead": "da25937e2a99661cbe5eb60ca1d8d6245fc96a50" | ||
"gitHead": "3142a086578deffd8704a8f1b6f0f661527d836c" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
47760
494
0