pushwoosh-react-native-plugin 6.1.22 → 6.1.23
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/.github/ISSUE_TEMPLATE/bug_report.yml +134 -0
- package/.github/ISSUE_TEMPLATE/feature_request.yml +31 -0
- package/.github/ISSUE_TEMPLATE/question.yml +28 -0
- package/package.json +3 -5
- package/pushwoosh-react-native-plugin.podspec +1 -1
- package/react-native.config.js +2 -3
- package/src/android/build.gradle +1 -1
- package/src/ios/Pushwoosh.h +1 -1
- package/src/ios/PushwooshInboxBundle.bundle/Info.plist +0 -0
- package/src/ios/PushwooshInboxBundle.bundle/PWIInboxAttachmentViewController.nib +0 -0
- package/src/ios/PushwooshInboxBundle.bundle/PWIInboxMessageViewCell.nib +0 -0
- package/src/ios/PushwooshInboxBundle.bundle/PWIInboxViewController.nib +0 -0
- package/src/ios/libPushwoosh.a +0 -0
- package/src/ios/libPushwooshInboxUI.a +0 -0
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
name: "🐞 Bug Report"
|
|
2
|
+
description: "Report us a bug"
|
|
3
|
+
title: "[Bug]: "
|
|
4
|
+
labels: ["bug"]
|
|
5
|
+
body:
|
|
6
|
+
- type: markdown
|
|
7
|
+
attributes:
|
|
8
|
+
value: |
|
|
9
|
+
Thank you for taking the time to create this issue.
|
|
10
|
+
|
|
11
|
+
The more detailed information filled below will help us to investigate the root cause of the issue faster and fix it.
|
|
12
|
+
This form is for React Native Plugin only. If this is a bug for another platform or framework — please create the issue in the corresponded [repository](https://github.com/orgs/Pushwoosh/repositories). We appreciate your cooperation!
|
|
13
|
+
- type: checkboxes
|
|
14
|
+
id: rtfm
|
|
15
|
+
attributes:
|
|
16
|
+
label: Documentation
|
|
17
|
+
description: "Have you checked the relevant integration guide: [Integrating React Native Plugin](https://docs.pushwoosh.com/platform-docs/pushwoosh-sdk/cross-platform-frameworks/react-native/integrating-react-native-plugin) which describes implementation process of the Pushwoosh SDK to your app and follow all the necessary steps?"
|
|
18
|
+
options:
|
|
19
|
+
- label: I've checked the guide, but it doesn't help me to resolve the issue.
|
|
20
|
+
required: true
|
|
21
|
+
- type: textarea
|
|
22
|
+
id: description
|
|
23
|
+
attributes:
|
|
24
|
+
label: Description
|
|
25
|
+
description: Short description of the issue. You can add screenshots and screencast to illustrate it.
|
|
26
|
+
placeholder: "Example: When receiving a push with Rich Media in a closed app, Rich Media is not shown."
|
|
27
|
+
validations:
|
|
28
|
+
required: true
|
|
29
|
+
- type: dropdown
|
|
30
|
+
id: severity
|
|
31
|
+
attributes:
|
|
32
|
+
label: Bug severity
|
|
33
|
+
description: |
|
|
34
|
+
How do you rate the severity of this bug?
|
|
35
|
+
For an objective assessment, please take into account how often this bug occurs in everyday app interaction, how serious the consequences of its occurrence (crash, warning, etc.), number of affected users, enviroment where it occurs (stage, production. etc.).
|
|
36
|
+
options:
|
|
37
|
+
- Low
|
|
38
|
+
- Normal
|
|
39
|
+
- High
|
|
40
|
+
- Urgent
|
|
41
|
+
validations:
|
|
42
|
+
required: true
|
|
43
|
+
- type: textarea
|
|
44
|
+
id: repro-steps
|
|
45
|
+
attributes:
|
|
46
|
+
label: Steps to Reproduce
|
|
47
|
+
description: Describe all the steps needed to reproduce the issue. If an issue is only reproducible under particular circumstances, put all required details here. E.g., if a push is not shown only for a specific API request, provide the full request body. Or, if an issue is reproducible with a particular Rich Media, deep link, etc. — specify it.
|
|
48
|
+
placeholder: |
|
|
49
|
+
1. Open the app;
|
|
50
|
+
2. Switch it to the background;
|
|
51
|
+
3. Received notification with "root_params" causes the app to crash.
|
|
52
|
+
This happens only if dependency XYZ v.1.2.3 is installed
|
|
53
|
+
validations:
|
|
54
|
+
required: true
|
|
55
|
+
- type: dropdown
|
|
56
|
+
id: affected-version
|
|
57
|
+
attributes:
|
|
58
|
+
label: Your Pushwoosh React Native Plugin version
|
|
59
|
+
description: Your React Native Plugin version which was integrated to the app. You may find it on the [releases page](https://github.com/Pushwoosh/pushwoosh-react-native-plugin/releases)
|
|
60
|
+
options:
|
|
61
|
+
- 6.1.23
|
|
62
|
+
- 6.1.22
|
|
63
|
+
- 6.1.21
|
|
64
|
+
- 6.1.20
|
|
65
|
+
- 6.1.19
|
|
66
|
+
- 6.1.18
|
|
67
|
+
- 6.1.17
|
|
68
|
+
- 6.1.16
|
|
69
|
+
- 6.1.15
|
|
70
|
+
- 6.1.14
|
|
71
|
+
- 6.1.13
|
|
72
|
+
- 6.1.12
|
|
73
|
+
- 6.1.11
|
|
74
|
+
- 6.1.10
|
|
75
|
+
- 6.1.9
|
|
76
|
+
- 6.1.8
|
|
77
|
+
- 6.1.7
|
|
78
|
+
- 6.1.6
|
|
79
|
+
- 6.1.5
|
|
80
|
+
- 6.1.4
|
|
81
|
+
- 6.1.3
|
|
82
|
+
- 6.1.2
|
|
83
|
+
- 6.1.1
|
|
84
|
+
- 6.0.10
|
|
85
|
+
- 6.0.9
|
|
86
|
+
- 6.0.8
|
|
87
|
+
- 6.0.7
|
|
88
|
+
- 6.0.6
|
|
89
|
+
- 6.0.5
|
|
90
|
+
- 6.0.4
|
|
91
|
+
- 6.0.3
|
|
92
|
+
- 6.0.2
|
|
93
|
+
- 6.0.1
|
|
94
|
+
- 6.0.0
|
|
95
|
+
- Other — specify it in the description
|
|
96
|
+
validations:
|
|
97
|
+
required: true
|
|
98
|
+
- type: input
|
|
99
|
+
id: last-worked
|
|
100
|
+
attributes:
|
|
101
|
+
label: Last worked Pushwoosh React Native Plugin version (if any)
|
|
102
|
+
description: Is there a version that worked well? If so, please specify.
|
|
103
|
+
- type: checkboxes
|
|
104
|
+
id: platforms-affected
|
|
105
|
+
attributes:
|
|
106
|
+
label: Affected platforms
|
|
107
|
+
description: Select the platforms on which the issue occurs. This helps us determine whether the root cause is core plugin or platform specific.
|
|
108
|
+
options:
|
|
109
|
+
- label: Android
|
|
110
|
+
- label: iOS
|
|
111
|
+
validations:
|
|
112
|
+
required: true
|
|
113
|
+
- type: textarea
|
|
114
|
+
id: platform-versions
|
|
115
|
+
attributes:
|
|
116
|
+
label: Affected OS versions and/or devices
|
|
117
|
+
description: Please specify device models and custom distributions (if any) on which this issue occurs. If the issue occurs when building, then specify the target platform.
|
|
118
|
+
placeholder: |
|
|
119
|
+
E.g. Android 13 on a Google Pixel 3a XL,
|
|
120
|
+
iOS 17.0.3 on an iPhone 14
|
|
121
|
+
MIUI 14.0.8.0 on Xiaomi 13 Ultra, etc.
|
|
122
|
+
validations:
|
|
123
|
+
required: true
|
|
124
|
+
- type: textarea
|
|
125
|
+
id: workaround
|
|
126
|
+
attributes:
|
|
127
|
+
label: Workaround
|
|
128
|
+
description: Have you found a workaround for this issue? Please tell us — this may help other people to continue their work while waiting for this issue to be resolved.
|
|
129
|
+
- type: textarea
|
|
130
|
+
id: logs
|
|
131
|
+
attributes:
|
|
132
|
+
label: Relevant log output
|
|
133
|
+
description: After reproducing the issue, copy device console logs and paste them here "as is". This code block will be formatted automatically, so no additional formatting is needed. If the issue occurs when building, then provide us building logs here.
|
|
134
|
+
render: shell
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
name: "💡 Feature request"
|
|
2
|
+
description: "Suggest us a good idea or improvement"
|
|
3
|
+
title: "[Feature]: "
|
|
4
|
+
labels: ["feature"]
|
|
5
|
+
body:
|
|
6
|
+
- type: markdown
|
|
7
|
+
attributes:
|
|
8
|
+
value: |
|
|
9
|
+
Thank you for taking the time to create this request.
|
|
10
|
+
|
|
11
|
+
This form is for React Native Plugin only. If this is a feature for another platform or framework — please create it in the corresponded [repository](https://github.com/orgs/Pushwoosh/repositories). We appreciate your cooperation!
|
|
12
|
+
|
|
13
|
+
- type: textarea
|
|
14
|
+
id: description
|
|
15
|
+
attributes:
|
|
16
|
+
label: Description
|
|
17
|
+
description: Please tell us what's on your mind. You can add screenshots and screencast to illustrate your request.
|
|
18
|
+
validations:
|
|
19
|
+
required: true
|
|
20
|
+
|
|
21
|
+
- type: textarea
|
|
22
|
+
id: suggestions
|
|
23
|
+
attributes:
|
|
24
|
+
label: Sugeestions
|
|
25
|
+
description: |
|
|
26
|
+
If you know how you can achieve what you want or you have any information that may help us to achieve this, you can add it here.
|
|
27
|
+
For example, links to repositories, discussion threads, documentation, code samples, etc.
|
|
28
|
+
|
|
29
|
+
- type: markdown
|
|
30
|
+
attributes:
|
|
31
|
+
value: Thank you for your feedback!
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
name: "❓ Question"
|
|
2
|
+
description: "Ask us a question"
|
|
3
|
+
title: "[Question]: "
|
|
4
|
+
labels: ["question"]
|
|
5
|
+
body:
|
|
6
|
+
- type: markdown
|
|
7
|
+
attributes:
|
|
8
|
+
value: |
|
|
9
|
+
Thank you for your question!
|
|
10
|
+
|
|
11
|
+
This form is for React Native Plugin only. If this is a question for another platform or framework — please create it in the corresponded [repository](https://github.com/orgs/Pushwoosh/repositories). We appreciate your cooperation!
|
|
12
|
+
|
|
13
|
+
- type: checkboxes
|
|
14
|
+
id: rtfm
|
|
15
|
+
attributes:
|
|
16
|
+
label: Documentation
|
|
17
|
+
description: "Have you checked the relevant integration guide: [Integrating React Native Plugin](https://docs.pushwoosh.com/platform-docs/pushwoosh-sdk/cross-platform-frameworks/react-native/integrating-react-native-plugin) which describes implementation process of the Pushwoosh SDK to your app and follow all the necessary steps?"
|
|
18
|
+
options:
|
|
19
|
+
- label: I've checked the guide, but I didn't find the information I needed there.
|
|
20
|
+
required: true
|
|
21
|
+
|
|
22
|
+
- type: textarea
|
|
23
|
+
id: question
|
|
24
|
+
attributes:
|
|
25
|
+
label: Question
|
|
26
|
+
description: How can we help you? Do you have any questions about the integration of the SDK or how it works? You can add screenshots and screencast to illustrate your request.
|
|
27
|
+
validations:
|
|
28
|
+
required: true
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pushwoosh-react-native-plugin",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.23",
|
|
4
4
|
"description": "This plugin allows you to send and receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -22,10 +22,8 @@
|
|
|
22
22
|
"sourceDir": "./src/android"
|
|
23
23
|
},
|
|
24
24
|
"ios": {
|
|
25
|
-
"
|
|
26
|
-
|
|
27
|
-
"libz"
|
|
28
|
-
],
|
|
25
|
+
"podspecName": "pushwoosh-react-native-plugin",
|
|
26
|
+
"podspecPath": "./pushwoosh-react-native-plugin.podspec",
|
|
29
27
|
"assets" : [ "./src/ios/PushwooshInboxBundle.bundle" ]
|
|
30
28
|
}
|
|
31
29
|
}
|
package/react-native.config.js
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
|
|
2
|
+
dependencies: {
|
|
3
3
|
platforms: {
|
|
4
4
|
ios: {
|
|
5
|
-
sharedLibraries: ["libstdc++", "libz"],
|
|
6
5
|
project: "./src/ios/PushwooshPlugin.xcodeproj"
|
|
7
6
|
},
|
|
8
7
|
android: {
|
|
@@ -13,4 +12,4 @@ module.exports = {
|
|
|
13
12
|
"./src/ios/PushwooshInboxBundle.bundle"
|
|
14
13
|
]
|
|
15
14
|
}
|
|
16
|
-
};
|
|
15
|
+
};
|
package/src/android/build.gradle
CHANGED
package/src/ios/Pushwoosh.h
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/src/ios/libPushwoosh.a
CHANGED
|
Binary file
|
|
Binary file
|