@fto-consult/expo-ui 7.6.24 → 7.6.26

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": "@fto-consult/expo-ui",
3
- "version": "7.6.24",
3
+ "version": "7.6.26",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "scripts": {
6
6
  "clear-npx-cache": "npx clear-npx-cache",
@@ -114,7 +114,7 @@
114
114
  "react-native-iphone-x-helper": "^1.3.1",
115
115
  "react-native-mime-types": "^2.4.0",
116
116
  "react-native-paper": "^5.11.4",
117
- "react-native-paper-dates": "^0.20.5",
117
+ "react-native-paper-dates": "^0.21.4",
118
118
  "react-native-reanimated": "~3.3.0",
119
119
  "react-native-safe-area-context": "4.6.3",
120
120
  "react-native-screens": "~3.22.0",
@@ -18,6 +18,7 @@ function ParagraphComponent({splitText,...props}){
18
18
  userSelect = {defaultSelectable}
19
19
  {...props}
20
20
  {...restProps}
21
+ style = {[{color:theme.colors.text},props.style,restProps.sty]}
21
22
  />
22
23
  }
23
24
 
@@ -16,6 +16,7 @@ import notify from "$notify";
16
16
  import appConfig from "$capp/config";
17
17
  import Screen from "$eScreen";
18
18
  import { getStateFromPath } from "@react-navigation/native";
19
+ import * as Linking from 'expo-linking';
19
20
 
20
21
 
21
22
  export function TableDataListScreen({tableName,table,screenName,...props}){
@@ -70,8 +71,10 @@ export function prepareScreens ({tables,screens:screensProps,navigationContainer
70
71
  const screens = [];
71
72
 
72
73
  ///linking inintialization for config
74
+ const prefix = Linking.createURL('/');
73
75
  containerProps.linking = defaultObj(containerProps.linking);
74
76
  containerProps.linking.prefixes = Array.isArray(containerProps.linking.prefixes)? containerProps.linking.prefixes : [];
77
+ containerProps.linking.prefixes.unshift(prefix);
75
78
  containerProps.linking.config = defaultObj(containerProps.linking.config);
76
79
  if(!containerProps.linking.prefixes.length){
77
80
  const appName = sanitizeName(appConfig.name);
@@ -1,7 +1,7 @@
1
1
  module.exports = {
2
2
  "@fto-consult/expo-ui": {
3
3
  "name": "@fto-consult/expo-ui",
4
- "version": "7.6.0",
4
+ "version": "7.6.26",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/borispipo/expo-ui.git"
@@ -49,12 +49,12 @@ module.exports = {
49
49
  "license": "MIT"
50
50
  },
51
51
  "@fto-consult/common": {
52
- "version": "3.73.10",
52
+ "version": "3.73.11",
53
53
  "url": "https://github.com/borispipo/common#readme",
54
54
  "license": "ISC"
55
55
  },
56
56
  "@fto-consult/electron": {
57
- "version": "1.0.2",
57
+ "version": "1.0.26",
58
58
  "license": "ISC"
59
59
  },
60
60
  "@pchmn/expo-material3-theme": {
@@ -268,7 +268,7 @@ module.exports = {
268
268
  "license": "MIT"
269
269
  },
270
270
  "react-native-paper-dates": {
271
- "version": "0.20.5",
271
+ "version": "0.21.4",
272
272
  "url": "https://github.com/web-ridge/react-native-paper-dates#readme",
273
273
  "license": "MIT"
274
274
  },