@fto-consult/expo-ui 6.34.2 → 6.34.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": "@fto-consult/expo-ui",
3
- "version": "6.34.2",
3
+ "version": "6.34.3",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -10,7 +10,6 @@ import Login from "$eauth/Login";
10
10
  import {modes} from "$ecomponents/TextField";
11
11
  import {isMobileMedia} from "$cdimensions";
12
12
  import { prepareScreens } from "./TableData";
13
- import ERealmProvider from "$erealmProvider";
14
13
 
15
14
 
16
15
  /*****
@@ -151,7 +150,7 @@ const Provider = ({children,getTableData,handleHelpScreen,navigation,components,
151
150
  structsData,
152
151
  appConfig
153
152
  }}
154
- children={<ERealmProvider>{children}</ERealmProvider>}
153
+ children={children}
155
154
  />;
156
155
  }
157
156
  const getTableOrStructDataCall = (tablesOrStructDatas,getTableOrStructDataFunc)=>{