@fto-consult/expo-ui 1.1.32 → 1.1.33

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.
@@ -8,8 +8,8 @@ module.exports = (opts)=>{
8
8
  opts.base = opts.base || dir;
9
9
  opts.withPouchDB = opts.withPouchDB !== false && opts.withPouchdb !== false ? true : false;
10
10
  delete opts.withPouchdb;
11
- const src = path.resolve(opts.base);
12
- const expo = require("./lookup-expo-ui-path")()?path.resolve(src,"..","expo-ui") : path.resolve(dir,"src");
11
+ const src = path.resolve(opts.base,"src");
12
+ const expo = require("./lookup-expo-ui-path")()?path.resolve(src,"..","expo-ui") : src;
13
13
  console.log(expo," is expo heee ",`${expo}/node_modules/common/babel.config.alias`);
14
14
  const r = require(`${expo}/node_modules/common/babel.config.alias`)(opts);
15
15
  r["$eauth"] = path.resolve(expo,"auth");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fto-consult/expo-ui",
3
- "version": "1.1.32",
3
+ "version": "1.1.33",
4
4
  "description": "Bibliothèque de composants UI Expo,react-native",
5
5
  "main": "index.js",
6
6
  "scripts": {