diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-10 22:16:05 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-10 22:16:05 +0000 |
| commit | 240ba2885fe716e63bf88dfdbd5f435e76919e29 (patch) | |
| tree | fc30d33b2825c086a9c2c035b79f3195679e502f /babel.config.js | |
| parent | f426d0d407335f9db6259a7a77c01ade9a01593b (diff) | |
| download | karakeep-240ba2885fe716e63bf88dfdbd5f435e76919e29.tar.zst | |
Init expo, and tailwind
Diffstat (limited to 'babel.config.js')
| -rw-r--r-- | babel.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/babel.config.js b/babel.config.js index 2900afe9..48813193 100644 --- a/babel.config.js +++ b/babel.config.js @@ -2,5 +2,6 @@ module.exports = function(api) { api.cache(true); return { presets: ['babel-preset-expo'], + plugins: ["nativewind/babel"], }; }; |
