From 240ba2885fe716e63bf88dfdbd5f435e76919e29 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 10 Mar 2024 22:16:05 +0000 Subject: Init expo, and tailwind --- babel.config.js | 1 + 1 file changed, 1 insertion(+) (limited to 'babel.config.js') 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"], }; }; -- cgit v1.2.3-70-g09d2