react-native-purchases-ui 9.5.2 → 9.5.3

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.
@@ -59,7 +59,7 @@ android {
59
59
  minSdkVersion getExtOrIntegerDefault("minSdkVersion")
60
60
  targetSdkVersion getExtOrIntegerDefault("targetSdkVersion")
61
61
  versionCode 1
62
- versionName '9.5.2'
62
+ versionName '9.5.3'
63
63
  }
64
64
 
65
65
  buildTypes {
@@ -8,7 +8,7 @@ var _reactNative = require("react-native");
8
8
  /**
9
9
  * Detects if the app is running in an environment where native modules are not available
10
10
  * (like Expo Go or Web) or if the required native modules are missing.
11
- *
11
+ *
12
12
  * @returns {boolean} True if the app is running in an environment where native modules are not available
13
13
  * (like Expo Go or Web) or if the required native modules are missing.
14
14
  */
@@ -3,7 +3,7 @@ import { NativeModules, Platform } from "react-native";
3
3
  /**
4
4
  * Detects if the app is running in an environment where native modules are not available
5
5
  * (like Expo Go or Web) or if the required native modules are missing.
6
- *
6
+ *
7
7
  * @returns {boolean} True if the app is running in an environment where native modules are not available
8
8
  * (like Expo Go or Web) or if the required native modules are missing.
9
9
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-purchases-ui",
3
3
  "title": "React Native Purchases UI",
4
- "version": "9.5.2",
4
+ "version": "9.5.3",
5
5
  "description": "React Native in-app purchases and subscriptions made easy. Supports iOS and Android.",
6
6
  "main": "lib/commonjs/index",
7
7
  "module": "lib/module/index",
@@ -78,7 +78,7 @@
78
78
  "peerDependencies": {
79
79
  "react": "*",
80
80
  "react-native": ">= 0.73.0",
81
- "react-native-purchases": "9.5.2",
81
+ "react-native-purchases": "9.5.3",
82
82
  "react-native-web": "*"
83
83
  },
84
84
  "peerDependenciesMeta": {
@@ -3,7 +3,7 @@ import { NativeModules, Platform } from "react-native";
3
3
  /**
4
4
  * Detects if the app is running in an environment where native modules are not available
5
5
  * (like Expo Go or Web) or if the required native modules are missing.
6
- *
6
+ *
7
7
  * @returns {boolean} True if the app is running in an environment where native modules are not available
8
8
  * (like Expo Go or Web) or if the required native modules are missing.
9
9
  */