diff --git a/mobile/babel.config.js b/mobile/babel.config.js index abd32e3bf..d19c3bae0 100644 --- a/mobile/babel.config.js +++ b/mobile/babel.config.js @@ -20,7 +20,8 @@ module.exports = function (api) { "root": ['./'], "alias": { ":bookcars-types": "../packages/bookcars-types", - ":bookcars-helper": "../packages/bookcars-helper" + ":bookcars-helper": "../packages/bookcars-helper", + ":currency-converter": "../packages/currency-converter" } } ],