@applicaster/zapp-react-native-ui-components 13.0.0-rc.13 → 13.0.0-rc.15
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/Components/Cell/Cell.tsx +6 -1
- package/package.json +5 -5
package/Components/Cell/Cell.tsx
CHANGED
|
@@ -272,7 +272,12 @@ export class CellComponent extends React.Component<Props, State> {
|
|
|
272
272
|
|
|
273
273
|
if (isFocused) {
|
|
274
274
|
const accessibilityManager = AccessibilityManager.getInstance();
|
|
275
|
-
|
|
275
|
+
|
|
276
|
+
accessibilityManager.readText({
|
|
277
|
+
text: String(
|
|
278
|
+
item.extensions?.accessibility?.label || item.title
|
|
279
|
+
),
|
|
280
|
+
});
|
|
276
281
|
}
|
|
277
282
|
|
|
278
283
|
return (
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applicaster/zapp-react-native-ui-components",
|
|
3
|
-
"version": "13.0.0-rc.
|
|
3
|
+
"version": "13.0.0-rc.15",
|
|
4
4
|
"description": "Applicaster Zapp React Native ui components for the Quick Brick App",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"redux-mock-store": "^1.5.3"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@applicaster/applicaster-types": "13.0.0-rc.
|
|
38
|
-
"@applicaster/zapp-react-native-bridge": "13.0.0-rc.
|
|
39
|
-
"@applicaster/zapp-react-native-redux": "13.0.0-rc.
|
|
40
|
-
"@applicaster/zapp-react-native-utils": "13.0.0-rc.
|
|
37
|
+
"@applicaster/applicaster-types": "13.0.0-rc.15",
|
|
38
|
+
"@applicaster/zapp-react-native-bridge": "13.0.0-rc.15",
|
|
39
|
+
"@applicaster/zapp-react-native-redux": "13.0.0-rc.15",
|
|
40
|
+
"@applicaster/zapp-react-native-utils": "13.0.0-rc.15",
|
|
41
41
|
"promise": "^8.3.0",
|
|
42
42
|
"react-router-native": "^5.1.2",
|
|
43
43
|
"url": "^0.11.0",
|