aboutsummaryrefslogtreecommitdiffstats
path: root/babel.config.js
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-10 22:22:29 +0000
committerMohamedBassem <me@mbassem.com>2024-03-10 22:22:29 +0000
commit3616e1aa7c1da030f5155e4fffa5c3c0b9769e8c (patch)
tree2400b384f128f5b8eef971eb7c417da10ab2be29 /babel.config.js
parent240ba2885fe716e63bf88dfdbd5f435e76919e29 (diff)
downloadkarakeep-3616e1aa7c1da030f5155e4fffa5c3c0b9769e8c.tar.zst
prep: Setup expo router
Diffstat (limited to 'babel.config.js')
-rw-r--r--babel.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/babel.config.js b/babel.config.js
index 48813193..13eb4f7a 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -1,7 +1,7 @@
module.exports = function(api) {
api.cache(true);
return {
- presets: ['babel-preset-expo'],
+ presets: ["babel-preset-expo"],
plugins: ["nativewind/babel"],
};
};