@kontextso/sdk-react-native 3.2.0-rc.2 → 3.2.0
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.
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/src/formats/Format.tsx +1 -1
package/dist/index.js
CHANGED
|
@@ -662,7 +662,7 @@ var import_react_native5 = require("react-native");
|
|
|
662
662
|
var import_react_native_device_info = __toESM(require("react-native-device-info"));
|
|
663
663
|
|
|
664
664
|
// package.json
|
|
665
|
-
var version = "3.2.0
|
|
665
|
+
var version = "3.2.0";
|
|
666
666
|
|
|
667
667
|
// src/context/AdsProvider.tsx
|
|
668
668
|
var import_jsx_runtime4 = require("react/jsx-runtime");
|
package/dist/index.mjs
CHANGED
|
@@ -634,7 +634,7 @@ import { Appearance, Dimensions, PixelRatio, Platform as Platform3 } from "react
|
|
|
634
634
|
import DeviceInfo from "react-native-device-info";
|
|
635
635
|
|
|
636
636
|
// package.json
|
|
637
|
-
var version = "3.2.0
|
|
637
|
+
var version = "3.2.0";
|
|
638
638
|
|
|
639
639
|
// src/context/AdsProvider.tsx
|
|
640
640
|
import { jsx as jsx4 } from "react/jsx-runtime";
|
package/package.json
CHANGED
package/src/formats/Format.tsx
CHANGED
|
@@ -223,7 +223,7 @@ const Format = ({ code, messageId, wrapper, onEvent, ...otherParams }: FormatPro
|
|
|
223
223
|
}
|
|
224
224
|
}
|
|
225
225
|
|
|
226
|
-
const handleClick = async(message: IframeMessage<'click-iframe'>) => {
|
|
226
|
+
const handleClick = async (message: IframeMessage<'click-iframe'>) => {
|
|
227
227
|
if (message.data.appStoreId) {
|
|
228
228
|
try {
|
|
229
229
|
if (!(await openSkStoreProduct(message.data.appStoreId))) {
|