From 55aef19e3a08b1c87aab6c9c16c20ea9da309029 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 12 May 2024 17:44:15 +0530 Subject: Build schtuff --- 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 f7b3da3..9b9a4fe 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,3 +1,4 @@ module.exports = { presets: ['module:@react-native/babel-preset'], + plugins: ['nativewind/babel'], }; -- cgit v1.3.1