From 829998568f4e8a44971a9fe7e46a76ec9316cc81 Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Mon, 18 Feb 2019 16:09:52 -0700 Subject: fixed folder structure --- mobile/babel.config.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 mobile/babel.config.js (limited to 'mobile/babel.config.js') diff --git a/mobile/babel.config.js b/mobile/babel.config.js new file mode 100644 index 0000000..2900afe --- /dev/null +++ b/mobile/babel.config.js @@ -0,0 +1,6 @@ +module.exports = function(api) { + api.cache(true); + return { + presets: ['babel-preset-expo'], + }; +}; -- cgit v1.2.3