@fto-consult/expo-ui 6.4.0 → 6.4.1

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.
@@ -107,9 +107,9 @@ module.exports = (opts)=>{
107
107
  //le chemin ver le repertoire electron
108
108
  r.$eelectron = r["$e-electron"] = $electron;
109
109
  r.$electron = r.$electron || r.$eelectron;
110
- r.$econtext/hooks = path.resolve(expo,"context");
110
+ r.$econtext = path.resolve(expo,"context");
111
111
  if(!r.$context){
112
- r.$context = r.$econtext/hooks;
112
+ r.$context = r.$econtext;
113
113
  }
114
114
  const electronAssetsPath = path.resolve(dir,"electron","assets");
115
115
  if($assets){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "6.4.0",
3
+ "version": "6.4.1",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "index.js",
6
6
  "scripts": {