@lichens-innovation/react-native-common 2.12.0 → 3.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -73,8 +73,8 @@ Depending on your Expo SDK version, here are the compatibility table for `react-
73
73
  | Version Family | Expo SDK Version | Description |
74
74
  |----------------|------------------|-------------------------------------------------------|
75
75
  | 1.x.y | SDK 52, SDK 53 | Compatible with applications using Expo SDK 52 and 53 |
76
- | 2.x.y | SDK 54 | Compatible with applications using Expo SDK 54 |
77
- | 3.x.y | SDK 55 | Compatible with applications using Expo SDK 55 |
76
+ | 2.x.y, 3.x.y | SDK 54 | Compatible with applications using Expo SDK 54 |
77
+ | 4.x.y | SDK 55 | Compatible with applications using Expo SDK 55 |
78
78
 
79
79
  ### Adding the dependency to an existing mobile application
80
80
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Lichens Innovation React Native Expo shared components, utilities, hooks and services",
4
4
  "repository": "https://github.com/Lichens-Innovation/react-native-common",
5
5
  "author": "Lichens Innovation",
6
- "version": "2.12.0",
6
+ "version": "3.0.1",
7
7
  "private": false,
8
8
  "main": "dist/index.js",
9
9
  "types": "dist/index.d.ts",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@legendapp/list": "^2.0.9",
29
- "@lichens-innovation/ts-common": "^1.6.1",
29
+ "@lichens-innovation/ts-common": "^1.6.3",
30
30
  "@noble/hashes": "^2.0.1",
31
31
  "@uidotdev/usehooks": "^2.4.1",
32
32
  "buffer": "^6.0.3",