@kontextso/sdk-react-native 3.2.0-rc.2 → 3.2.0-rc.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontextso/sdk-react-native",
3
- "version": "3.2.0-rc.2",
3
+ "version": "3.2.0-rc.3",
4
4
  "description": "Kontext SDK for React Native",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -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))) {