expo-checkbox 58.0.0 → 58.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 58.0.1 — 2026-09-21
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 58.0.0 — 2026-09-10
14
18
 
15
19
  _This version does not introduce any user-facing changes._
@@ -1,2 +1,2 @@
1
1
  import type { CheckboxProps } from './Checkbox.types';
2
- export default function ExpoCheckbox({ color, disabled, onChange, onValueChange, style, value, ...other }: CheckboxProps): import("react/jsx-runtime").JSX.Element;
2
+ export default function ExpoCheckbox({ color, disabled, onChange, onValueChange, style, value, ...other }: CheckboxProps): import("react").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-checkbox",
3
- "version": "58.0.0",
3
+ "version": "58.0.1",
4
4
  "description": "Basic boolean input for Android, iOS and web.",
5
5
  "keywords": [
6
6
  "expo",
@@ -25,7 +25,7 @@
25
25
  "@testing-library/jest-dom": "^6.6.3",
26
26
  "@testing-library/react": "^16.3.0",
27
27
  "@testing-library/react-native": "^13.3.0",
28
- "@types/react": "~19.2.0",
28
+ "@types/react": "~19.3.0",
29
29
  "expo-module-scripts": "56.0.3"
30
30
  },
31
31
  "peerDependencies": {
@@ -41,7 +41,7 @@
41
41
  "jest": {
42
42
  "preset": "expo-module-scripts"
43
43
  },
44
- "gitHead": "c543a7181fc32e14f42d89550087b80ac5c490f2",
44
+ "gitHead": "ebb1fd7569c9c9e172cb9abd73dfede027c1d674",
45
45
  "scripts": {
46
46
  "build": "expo-build src",
47
47
  "clean": "expo-module clean",
package/.npmignore DELETED
@@ -1,19 +0,0 @@
1
- # @generated by expo-module-scripts
2
-
3
- # Exclude all top-level hidden directories by convention
4
- /.*/
5
-
6
- # Exclude tarballs generated by `npm pack`
7
- /*.tgz
8
-
9
- __mocks__
10
- __tests__
11
- __rsc_tests__
12
-
13
- /e2e
14
- /e2e-cli
15
- /babel.config.js
16
- /oxlint.config.mjs
17
- /android/src/androidTest/
18
- /android/src/test/
19
- /ios/Tests
package/.tsbuildinfo DELETED
@@ -1 +0,0 @@
1
- {"version":"6.0.3"}
package/tsconfig.json DELETED
@@ -1,9 +0,0 @@
1
- // @generated by expo-module-scripts
2
- {
3
- "extends": "expo-module-scripts/tsconfig.base",
4
- "compilerOptions": {
5
- "rootDir": "./src",
6
- "noEmit": true
7
- },
8
- "include": ["./src"]
9
- }