react-native-moengage 11.1.3 → 11.1.4
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
|
@@ -14,9 +14,11 @@ Pod::Spec.new do |s|
|
|
|
14
14
|
s.source = {:file => './' }
|
|
15
15
|
s.platforms = { :ios => "11.0", :tvos => "11.0" }
|
|
16
16
|
s.source_files = 'iOS/MoEReactBridge/**/*.{h,m,mm}'
|
|
17
|
+
s.public_header_files = 'iOS/MoEReactBridge/**/*.h'
|
|
17
18
|
s.dependency 'React'
|
|
18
19
|
s.dependency 'MoEngagePluginBase','5.2.0'
|
|
19
20
|
s.ios.dependency 'MoEngage-iOS-SDK/RichNotification'
|
|
21
|
+
s.module_map = false
|
|
20
22
|
|
|
21
23
|
s.prepare_command = <<-CMD
|
|
22
24
|
echo // Generated file, do not edit > iOS/MoEReactBridge/MoEngageReactPluginInfo.h
|
|
@@ -169,4 +169,9 @@ class MoEReactBridge(
|
|
|
169
169
|
fun showNudge(payload: String) {
|
|
170
170
|
bridgeHandler.showNudge(payload)
|
|
171
171
|
}
|
|
172
|
+
|
|
173
|
+
@ReactMethod
|
|
174
|
+
fun getSelfHandledInApps(payload: String, promise: Promise) {
|
|
175
|
+
bridgeHandler.getSelfHandledInApps(payload, promise)
|
|
176
|
+
}
|
|
172
177
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-moengage",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.1.4",
|
|
4
4
|
"description": "MoEngage is a mobile marketing automation company. This react-native SDK helps you track events, trigger smart notifications and in-apps, provides a drop-in Inbox Controller for notifications.",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"files": [
|