From dda041a9aebc23f7a0576fc4030d06c71fa370d2 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 12 May 2024 20:04:58 +0530 Subject: Add draggable favorite apps list --- babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'babel.config.js') diff --git a/babel.config.js b/babel.config.js index 9b9a4fe..bbc15a6 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,4 +1,4 @@ module.exports = { presets: ['module:@react-native/babel-preset'], - plugins: ['nativewind/babel'], + plugins: ['nativewind/babel', 'react-native-reanimated/plugin'], }; -- cgit v1.3.1