react-native-notify-kit 9.1.10 → 9.1.11

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/README.md CHANGED
@@ -11,6 +11,14 @@ Maintained fork of [Notifee](https://github.com/invertase/notifee) — New Archi
11
11
  - iOS: deployment target 15.1+
12
12
  - Node.js >= 22
13
13
 
14
+ ### Compatibility
15
+
16
+ | React Native | Status |
17
+ | ------------ | ------------------------------------- |
18
+ | 0.84 | Tested (Android + iOS) |
19
+ | 0.73 - 0.83 | Supported (New Architecture required) |
20
+ | < 0.73 | Not supported |
21
+
14
22
  ## Installation
15
23
 
16
24
  ```bash
@@ -8,6 +8,6 @@
8
8
  <versions>
9
9
  <version>202108261754</version>
10
10
  </versions>
11
- <lastUpdated>20260404153516</lastUpdated>
11
+ <lastUpdated>20260404160802</lastUpdated>
12
12
  </versioning>
13
13
  </metadata>
@@ -1 +1 @@
1
- ce9065ede7411b76c4ee882b0741fe5e
1
+ c2e6707b5f85ec4d49c3e515ed2df5c7
@@ -1 +1 @@
1
- 649eadafea7fbadfdfe685dcd7d8d0140e2dc899
1
+ 43300c83276cef5948d70800478f6add9ad56828
@@ -1 +1 @@
1
- 04f156864b6e3401972219105c08b50eafcda05403728eaa9cacc1e48dc857d1
1
+ f314fb4566acc2e27ef89e7f3c5132a85cdf2c24c800b4cda563dda00a00498e
@@ -1 +1 @@
1
- bbdefd5a9e89f57ca4e251c22a63c81c507fec81e74fd963d5524c2e495ddbd99a581db8a0c2b7409f01274249ae5d8140c535ce41c4e4edc892e82322e90a06
1
+ 2f3e9f167b3217767c8c72403cab3d45dacffeb1d05194262ecfe2f06c426b141e4a95d59415104fb8683050720f6cabf027b5d96cb05a09301948a29b7afb48
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "9.1.10";
1
+ export declare const version = "9.1.11";
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  // Generated by genversion.
2
- export const version = '9.1.10';
2
+ export const version = '9.1.11';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-notify-kit",
3
- "version": "9.1.10",
3
+ "version": "9.1.11",
4
4
  "author": "Marco Crupi",
5
5
  "description": "React Native Notify Kit - a feature rich notifications library for React Native.",
6
6
  "main": "dist/index.js",
package/src/version.ts CHANGED
@@ -1,2 +1,2 @@
1
1
  // Generated by genversion.
2
- export const version = '9.1.10';
2
+ export const version = '9.1.11';