react-native-nami-sdk 3.3.0-3 → 3.3.0-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.
@@ -2,4 +2,4 @@
2
2
  * Auto-generated file. Do not edit manually.
3
3
  * React Native Nami SDK version.
4
4
  */
5
- export declare const NAMI_REACT_NATIVE_VERSION = "3.3.0-3";
5
+ export declare const NAMI_REACT_NATIVE_VERSION = "3.3.0-4";
package/ios/Nami.swift CHANGED
@@ -8,9 +8,9 @@ import Foundation
8
8
  import NamiApple
9
9
  import React
10
10
 
11
- #if RCT_NEW_ARCH_ENABLED
12
- extension RNNami: RCTTurboModule {}
13
- #endif
11
+ // #if RCT_NEW_ARCH_ENABLED
12
+ // extension RNNami: RCTTurboModule {}
13
+ // #endif
14
14
 
15
15
  @objc(RNNami)
16
16
  class RNNami: NSObject {
@@ -10,9 +10,9 @@ import NamiApple
10
10
  import os
11
11
  import React
12
12
 
13
- #if RCT_NEW_ARCH_ENABLED
14
- extension RNNamiCampaignManager: RCTTurboModule {}
15
- #endif
13
+ // #if RCT_NEW_ARCH_ENABLED
14
+ // extension RNNamiCampaignManager: RCTTurboModule {}
15
+ // #endif
16
16
 
17
17
  @objc(RNNamiCampaignManager)
18
18
  class RNNamiCampaignManager: RCTEventEmitter {
@@ -9,9 +9,9 @@ import Foundation
9
9
  import NamiApple
10
10
  import React
11
11
 
12
- #if RCT_NEW_ARCH_ENABLED
13
- extension RNNamiCustomerManager: RCTTurboModule {}
14
- #endif
12
+ // #if RCT_NEW_ARCH_ENABLED
13
+ // extension RNNamiCustomerManager: RCTTurboModule {}
14
+ // #endif
15
15
 
16
16
  @objc(RNNamiCustomerManager)
17
17
  class RNNamiCustomerManager: RCTEventEmitter {
@@ -9,9 +9,9 @@ import Foundation
9
9
  import NamiApple
10
10
  import React
11
11
 
12
- #if RCT_NEW_ARCH_ENABLED
13
- extension RNNamiEntitlementManager: RCTTurboModule {}
14
- #endif
12
+ // #if RCT_NEW_ARCH_ENABLED
13
+ // extension RNNamiEntitlementManager: RCTTurboModule {}
14
+ // #endif
15
15
 
16
16
  @objc(RNNamiEntitlementManager)
17
17
  class RNNamiEntitlementManager: RCTEventEmitter {
@@ -9,9 +9,9 @@ import Foundation
9
9
  import NamiApple
10
10
  import React
11
11
 
12
- #if RCT_NEW_ARCH_ENABLED
13
- extension RNNamiFlowManager: RCTTurboModule {}
14
- #endif
12
+ // #if RCT_NEW_ARCH_ENABLED
13
+ // extension RNNamiFlowManager: RCTTurboModule {}
14
+ // #endif
15
15
 
16
16
  @objc(RNNamiFlowManager)
17
17
  class RNNamiFlowManager: RCTEventEmitter {
@@ -9,9 +9,9 @@ import Foundation
9
9
  import NamiApple
10
10
  import React
11
11
 
12
- #if RCT_NEW_ARCH_ENABLED
13
- extension RNNamiPaywallManager: RCTTurboModule {}
14
- #endif
12
+ // #if RCT_NEW_ARCH_ENABLED
13
+ // extension RNNamiPaywallManager: RCTTurboModule {}
14
+ // #endif
15
15
 
16
16
  @objc(RNNamiPaywallManager)
17
17
  class RNNamiPaywallManager: RCTEventEmitter {
@@ -9,9 +9,9 @@ import Foundation
9
9
  import NamiApple
10
10
  import React
11
11
 
12
- #if RCT_NEW_ARCH_ENABLED
13
- extension RNNamiPurchaseManager: RCTTurboModule {}
14
- #endif
12
+ // #if RCT_NEW_ARCH_ENABLED
13
+ // extension RNNamiPurchaseManager: RCTTurboModule {}
14
+ // #endif
15
15
 
16
16
  @objc(RNNamiPurchaseManager)
17
17
  class RNNamiPurchaseManager: RCTEventEmitter {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-nami-sdk",
3
- "version": "3.3.0-3",
3
+ "version": "3.3.0-4",
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
@@ -2,4 +2,4 @@
2
2
  * Auto-generated file. Do not edit manually.
3
3
  * React Native Nami SDK version.
4
4
  */
5
- export const NAMI_REACT_NATIVE_VERSION = '3.3.0-3';
5
+ export const NAMI_REACT_NATIVE_VERSION = '3.3.0-4';