react-native-nami-sdk 3.3.0-2 → 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-2";
5
+ export declare const NAMI_REACT_NATIVE_VERSION = "3.3.0-4";
package/ios/Nami.swift CHANGED
@@ -8,11 +8,9 @@ import Foundation
8
8
  import NamiApple
9
9
  import React
10
10
 
11
- #if RCT_NEW_ARCH_ENABLED
12
- import React_RCTTurboModule
13
-
14
- extension RNNami: RCTTurboModule {}
15
- #endif
11
+ // #if RCT_NEW_ARCH_ENABLED
12
+ // extension RNNami: RCTTurboModule {}
13
+ // #endif
16
14
 
17
15
  @objc(RNNami)
18
16
  class RNNami: NSObject {
@@ -10,11 +10,9 @@ import NamiApple
10
10
  import os
11
11
  import React
12
12
 
13
- #if RCT_NEW_ARCH_ENABLED
14
- import React_RCTTurboModule
15
-
16
- extension RNNamiCampaignManager: RCTTurboModule {}
17
- #endif
13
+ // #if RCT_NEW_ARCH_ENABLED
14
+ // extension RNNamiCampaignManager: RCTTurboModule {}
15
+ // #endif
18
16
 
19
17
  @objc(RNNamiCampaignManager)
20
18
  class RNNamiCampaignManager: RCTEventEmitter {
@@ -9,11 +9,9 @@ import Foundation
9
9
  import NamiApple
10
10
  import React
11
11
 
12
- #if RCT_NEW_ARCH_ENABLED
13
- import React_RCTTurboModule
14
-
15
- extension RNNamiCustomerManager: RCTTurboModule {}
16
- #endif
12
+ // #if RCT_NEW_ARCH_ENABLED
13
+ // extension RNNamiCustomerManager: RCTTurboModule {}
14
+ // #endif
17
15
 
18
16
  @objc(RNNamiCustomerManager)
19
17
  class RNNamiCustomerManager: RCTEventEmitter {
@@ -9,10 +9,9 @@ import Foundation
9
9
  import NamiApple
10
10
  import React
11
11
 
12
- #if RCT_NEW_ARCH_ENABLED
13
- import React_RCTTurboModule
14
- extension RNNamiEntitlementManager: RCTTurboModule {}
15
- #endif
12
+ // #if RCT_NEW_ARCH_ENABLED
13
+ // extension RNNamiEntitlementManager: RCTTurboModule {}
14
+ // #endif
16
15
 
17
16
  @objc(RNNamiEntitlementManager)
18
17
  class RNNamiEntitlementManager: RCTEventEmitter {
@@ -9,6 +9,10 @@ import Foundation
9
9
  import NamiApple
10
10
  import React
11
11
 
12
+ // #if RCT_NEW_ARCH_ENABLED
13
+ // extension RNNamiFlowManager: RCTTurboModule {}
14
+ // #endif
15
+
12
16
  @objc(RNNamiFlowManager)
13
17
  class RNNamiFlowManager: RCTEventEmitter {
14
18
  public static var shared: RNNamiFlowManager?
@@ -9,6 +9,10 @@ import Foundation
9
9
  import NamiApple
10
10
  import React
11
11
 
12
+ // #if RCT_NEW_ARCH_ENABLED
13
+ // extension RNNamiPaywallManager: RCTTurboModule {}
14
+ // #endif
15
+
12
16
  @objc(RNNamiPaywallManager)
13
17
  class RNNamiPaywallManager: RCTEventEmitter {
14
18
  public static var shared: RNNamiPaywallManager?
@@ -9,10 +9,9 @@ import Foundation
9
9
  import NamiApple
10
10
  import React
11
11
 
12
- #if RCT_NEW_ARCH_ENABLED
13
- import React_RCTTurboModule
14
- extension RNNamiPurchaseManager: RCTTurboModule {}
15
- #endif
12
+ // #if RCT_NEW_ARCH_ENABLED
13
+ // extension RNNamiPurchaseManager: RCTTurboModule {}
14
+ // #endif
16
15
 
17
16
  @objc(RNNamiPurchaseManager)
18
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-2",
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-2';
5
+ export const NAMI_REACT_NATIVE_VERSION = '3.3.0-4';