@psync/notifee 9.2.0 → 9.2.2
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 +20 -8
- package/android/build.gradle +8 -3
- package/android/libs/app/notifee/core/202108261754/core-202108261754.aar +0 -0
- package/android/libs/app/notifee/core/202108261754/core-202108261754.aar.md5 +1 -0
- package/android/libs/app/notifee/core/202108261754/core-202108261754.aar.sha1 +1 -0
- package/android/libs/app/notifee/core/202108261754/core-202108261754.aar.sha256 +1 -0
- package/android/libs/app/notifee/core/202108261754/core-202108261754.aar.sha512 +1 -0
- package/android/libs/app/notifee/core/202108261754/core-202108261754.pom +9 -0
- package/android/libs/app/notifee/core/202108261754/core-202108261754.pom.md5 +1 -0
- package/android/libs/app/notifee/core/202108261754/core-202108261754.pom.sha1 +1 -0
- package/android/libs/app/notifee/core/202108261754/core-202108261754.pom.sha256 +1 -0
- package/android/libs/app/notifee/core/202108261754/core-202108261754.pom.sha512 +1 -0
- package/android/libs/app/notifee/core/maven-metadata.xml +13 -0
- package/android/libs/app/notifee/core/maven-metadata.xml.md5 +1 -0
- package/android/libs/app/notifee/core/maven-metadata.xml.sha1 +1 -0
- package/android/libs/app/notifee/core/maven-metadata.xml.sha256 +1 -0
- package/android/libs/app/notifee/core/maven-metadata.xml.sha512 +1 -0
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
- package/src/version.ts +1 -1
package/README.md
CHANGED
|
@@ -1,37 +1,49 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
+
<a href="https://psync.club">
|
|
3
|
+
<img width="150px" src="https://psync.club/favicon.ico"><br/>
|
|
4
|
+
</a>
|
|
2
5
|
<a href="https://notifee.app">
|
|
3
|
-
<img width="
|
|
6
|
+
<img width="50px" src="https://notifee.app/logo-icon.png"><br/>
|
|
4
7
|
</a>
|
|
5
8
|
<h2 align="center">Notifee - React Native</h2>
|
|
6
9
|
</p>
|
|
7
10
|
|
|
8
11
|
---
|
|
9
12
|
|
|
10
|
-
> ⚠️ **New Architecture Only**: This version of Notifee is built **exclusively for React Native New Architecture**. It requires React Native 0.
|
|
13
|
+
> ⚠️ **New Architecture Only**: This version of Notifee is built **exclusively for React Native New Architecture**. It requires React Native 0.83+ with the New Architecture enabled. For the legacy architecture, use the @invertase/notifee package.
|
|
11
14
|
|
|
12
15
|
A feature rich Android & iOS notifications library for React Native.
|
|
13
16
|
|
|
14
17
|
[> Learn More](https://notifee.app/)
|
|
18
|
+
[> Get Started](https://notifee.app/react-native/docs/overview)
|
|
19
|
+
[> GitHub](https://github.com/New-Elysium/notifee)
|
|
20
|
+
[> Join the Club](https://psync.club)
|
|
15
21
|
|
|
16
22
|
## Platform Requirements
|
|
17
23
|
|
|
18
24
|
| Requirement | Minimum Version |
|
|
19
25
|
|-------------|-----------------|
|
|
20
|
-
| React Native | 0.
|
|
21
|
-
| iOS Deployment Target | 15.
|
|
22
|
-
| Android minSdk |
|
|
26
|
+
| React Native | 0.83+ (New Architecture only!) |
|
|
27
|
+
| iOS Deployment Target | 15.1+ |
|
|
28
|
+
| Android minSdk | 28+ |
|
|
23
29
|
| Xcode | 16.2+ (for iOS development) |
|
|
24
30
|
|
|
25
31
|
## Installation
|
|
26
32
|
|
|
33
|
+
```bash
|
|
34
|
+
npm install @psync/notifee
|
|
35
|
+
```
|
|
36
|
+
|
|
27
37
|
```bash
|
|
28
38
|
yarn add @psync/notifee
|
|
29
39
|
```
|
|
30
40
|
|
|
41
|
+
```bash
|
|
42
|
+
bun add @psync/notifee
|
|
43
|
+
```
|
|
31
44
|
## Documentation
|
|
32
45
|
|
|
33
46
|
- [Overview](https://notifee.app/react-native/docs/overview)
|
|
34
|
-
- [Licensing](https://notifee.app/react-native/docs/license-keys)
|
|
35
47
|
- [Reference](https://notifee.app/react-native/reference)
|
|
36
48
|
|
|
37
49
|
### Android
|
|
@@ -133,9 +145,9 @@ The important part is to make sure you have a `__notifee_notification` object un
|
|
|
133
145
|
---
|
|
134
146
|
|
|
135
147
|
<p>
|
|
136
|
-
<img align="left" width="50px" src="https://
|
|
148
|
+
<img align="left" width="50px" src="https://psync.club/favicon.ico">
|
|
137
149
|
<p align="left">
|
|
138
|
-
Built and maintained with
|
|
150
|
+
Built by <a href="https://invertase.io">Invertase</a> and maintained with 💖 by <a href="https://psync.club">Psync</a>.
|
|
139
151
|
</p>
|
|
140
152
|
</p>
|
|
141
153
|
|
package/android/build.gradle
CHANGED
|
@@ -38,6 +38,9 @@ def findNodeModulePath(baseDir, packageName) {
|
|
|
38
38
|
def notifeeDir = findNodeModulePath(projectDir, "@psync/notifee") ?: "$rootDir/../node_modules/@psync/notifee"
|
|
39
39
|
println ":${project.name} @psync/notifee found at $notifeeDir"
|
|
40
40
|
|
|
41
|
+
def notifeeLibsDir = new File("$notifeeDir/android/libs")
|
|
42
|
+
def hasNotifeeCore = notifeeLibsDir.exists() && notifeeLibsDir.isDirectory()
|
|
43
|
+
|
|
41
44
|
if (project.hasProperty('reactNativeProjects')) {
|
|
42
45
|
reactNativeProjects.each { dependent ->
|
|
43
46
|
project.evaluationDependsOn(dependent)
|
|
@@ -92,7 +95,7 @@ repositories {
|
|
|
92
95
|
dependencies {
|
|
93
96
|
if (findProject(':notifee_core')) {
|
|
94
97
|
implementation findProject(':notifee_core')
|
|
95
|
-
} else {
|
|
98
|
+
} else if (hasNotifeeCore) {
|
|
96
99
|
implementation(group: 'app.notifee', name:'core', version: '+')
|
|
97
100
|
}
|
|
98
101
|
|
|
@@ -109,8 +112,10 @@ ReactNative.module.applyAndroidVersions()
|
|
|
109
112
|
ReactNative.module.applyReactNativeDependency("api")
|
|
110
113
|
rootProject.allprojects {
|
|
111
114
|
repositories {
|
|
112
|
-
|
|
113
|
-
|
|
115
|
+
if (hasNotifeeCore) {
|
|
116
|
+
maven {
|
|
117
|
+
url "$notifeeDir/android/libs"
|
|
118
|
+
}
|
|
114
119
|
}
|
|
115
120
|
}
|
|
116
121
|
}
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0126fef6c0dc76523c7f6b52de668010
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
71365e22a457c9e33eb44102c206e40d6f26d43e
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
84e53482d2216316af9cfba4439ea46134bccc729d99a80b1509390f62b28706
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3dc44aacaafcc62c8803013e3dabb69540272fdf300cf8b738a37a93b3c0c90068e28a933a1dfbdfa6dfe6bb688b1fc738de7a96ebbd3be8cd6fac7c411b7a0a
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
3
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
4
|
+
<modelVersion>4.0.0</modelVersion>
|
|
5
|
+
<groupId>app.notifee</groupId>
|
|
6
|
+
<artifactId>core</artifactId>
|
|
7
|
+
<version>202108261754</version>
|
|
8
|
+
<packaging>aar</packaging>
|
|
9
|
+
</project>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
4f6e0cf891e903f91ee3093356815b7a
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
692dedb13cd922156e38dc5f6bcfba86e4141932
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
4f7ea80d7045abd14e8a836ec3a8299a245994b8bbcff7e30d2e3ae7f523c9ec
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
79244ae770a7c732e5eb33d72ca3e707398ae33d0db8e104d63690fecdb156d9cc040571f09baab30ffb19db3ac00b0283b74f581c1245069b4bf477c590732b
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<metadata>
|
|
3
|
+
<groupId>app.notifee</groupId>
|
|
4
|
+
<artifactId>core</artifactId>
|
|
5
|
+
<versioning>
|
|
6
|
+
<latest>202108261754</latest>
|
|
7
|
+
<release>202108261754</release>
|
|
8
|
+
<versions>
|
|
9
|
+
<version>202108261754</version>
|
|
10
|
+
</versions>
|
|
11
|
+
<lastUpdated>20260315035012</lastUpdated>
|
|
12
|
+
</versioning>
|
|
13
|
+
</metadata>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
b96e6749047ec150c5ccb066659c0185
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
6096ccc71868962be980ef7186b759cb6b586cfb
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
c47686ab58f62cf044f52d198c4a3c36bf9c5317e08321fa2ee9b95aee9a6c0c
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
c62bdaa295ee682e10fdc09f8ad444e54aea63a30a3d32680464b3a14f8c3733dbfa267bdec42e872cdc4b433f1933e7e75a42679f78f15e0b9de4bf741400a2
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "9.2.
|
|
1
|
+
export declare const version = "9.2.2";
|
package/dist/version.js
CHANGED
package/package.json
CHANGED
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// Generated by genversion.
|
|
2
|
-
export const version = '9.2.
|
|
2
|
+
export const version = '9.2.2';
|