react-native-nami-sdk 3.1.36 → 3.1.37-beta.1
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.
|
@@ -222,6 +222,8 @@ class NamiPaywallManagerBridgeModule(reactContext: ReactApplicationContext) :
|
|
|
222
222
|
|
|
223
223
|
@ReactMethod
|
|
224
224
|
fun setProductDetails(productDetails: String, allowOffers: Boolean) {
|
|
225
|
+
Log.i(LOG_TAG, "$productDetails")
|
|
226
|
+
|
|
225
227
|
NamiPaywallManager.setProductDetails(productDetails, allowOffers = allowOffers)
|
|
226
228
|
}
|
|
227
229
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-nami-sdk",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.37-beta.1",
|
|
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": "index.d.ts",
|