react-native-nami-sdk 3.3.0-beta.23 → 3.3.0-beta.24
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.
|
@@ -73,7 +73,7 @@ class NamiCampaignManagerBridgeModule internal constructor(
|
|
|
73
73
|
if (context != null) {
|
|
74
74
|
val productGroups: MutableList<String> = mutableListOf()
|
|
75
75
|
val customAttributes: MutableMap<String, Any> = mutableMapOf()
|
|
76
|
-
|
|
76
|
+
var customObject: MutableMap<String, Any?> = mutableMapOf()
|
|
77
77
|
|
|
78
78
|
if (context.hasKey("productGroups")) {
|
|
79
79
|
val groups = context.getArray("productGroups")
|
package/dist/src/version.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-nami-sdk",
|
|
3
|
-
"version": "3.3.0-beta.
|
|
3
|
+
"version": "3.3.0-beta.24",
|
|
4
4
|
"description": "React Native Module for Nami - Easy subscriptions & in-app purchases, with powerful built-in paywalls and A/B testing.",
|
|
5
5
|
"main": "index.ts",
|
|
6
6
|
"types": "dist/index.d.ts",
|
package/src/version.ts
CHANGED