expo-checkbox 2.3.0 → 2.4.0

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,14 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 2.4.0 — 2023-05-08
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
17
+ ## 2.3.1 — 2023-02-09
18
+
19
+ _This version does not introduce any user-facing changes._
20
+
13
21
  ## 2.3.0 — 2023-02-03
14
22
 
15
23
  ### ⚠️ Notices
package/README.md CHANGED
@@ -6,13 +6,11 @@
6
6
 
7
7
  Please refer to the [API documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/checkbox/).
8
8
 
9
- ## Installation in managed Expo projects
9
+ ## Installation
10
10
 
11
- `expo install expo-checkbox`
12
-
13
- ## Installation in bare React Native projects
14
-
15
- `yarn add expo-checkbox`
11
+ ```
12
+ npx expo install expo-checkbox
13
+ ```
16
14
 
17
15
  ## Contributing
18
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-checkbox",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "description": "Basic checkbox for iOS, Android, and web",
5
5
  "main": "build/Checkbox.js",
6
6
  "types": "build/Checkbox.d.ts",
@@ -38,5 +38,5 @@
38
38
  "jest": {
39
39
  "preset": "expo-module-scripts"
40
40
  },
41
- "gitHead": "1815e2eaad8c753588c7b1eb74420174a28e01f4"
41
+ "gitHead": "4ba50c428c8369bb6b3a51a860d4898ad4ccbe78"
42
42
  }