@kontextso/sdk-react-native 0.0.8-rc.8 → 0.0.8

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 CHANGED
@@ -278,7 +278,7 @@ var log = new Logger();
278
278
  var log_default = log;
279
279
 
280
280
  // package.json
281
- var version = "0.0.8-rc.8";
281
+ var version = "0.0.8";
282
282
 
283
283
  // src/hooks/useInitializeAds.tsx
284
284
  var SINGLE_INIT_TIMEOUT_BUDGET_MS = 3e3;
@@ -1127,11 +1127,9 @@ function MarkdownText({
1127
1127
  onPress: () => {
1128
1128
  linkClickHandler(t.url);
1129
1129
  },
1130
- onLongPress: () => {
1131
- linkClickHandler(t.url);
1132
- },
1133
1130
  style: ({ pressed }) => [{ opacity: pressed ? 0.8 : 1 }],
1134
1131
  hitSlop: { top: 20, bottom: 20, left: 10, right: 10 },
1132
+ onStartShouldSetResponder: () => true,
1135
1133
  children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_react_native2.Text, { style: styles?.link, children: t.text }, i + "link")
1136
1134
  }
1137
1135
  );
package/dist/index.mjs CHANGED
@@ -252,7 +252,7 @@ var log = new Logger();
252
252
  var log_default = log;
253
253
 
254
254
  // package.json
255
- var version = "0.0.8-rc.8";
255
+ var version = "0.0.8";
256
256
 
257
257
  // src/hooks/useInitializeAds.tsx
258
258
  var SINGLE_INIT_TIMEOUT_BUDGET_MS = 3e3;
@@ -1101,11 +1101,9 @@ function MarkdownText({
1101
1101
  onPress: () => {
1102
1102
  linkClickHandler(t.url);
1103
1103
  },
1104
- onLongPress: () => {
1105
- linkClickHandler(t.url);
1106
- },
1107
1104
  style: ({ pressed }) => [{ opacity: pressed ? 0.8 : 1 }],
1108
1105
  hitSlop: { top: 20, bottom: 20, left: 10, right: 10 },
1106
+ onStartShouldSetResponder: () => true,
1109
1107
  children: /* @__PURE__ */ jsx2(Text, { style: styles?.link, children: t.text }, i + "link")
1110
1108
  }
1111
1109
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kontextso/sdk-react-native",
3
- "version": "0.0.8-rc.8",
3
+ "version": "0.0.8",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.ts",