aboutsummaryrefslogtreecommitdiff
path: root/babel.config.js
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-05-12 20:04:58 +0530
committerAkshay Nair <phenax5@gmail.com>2024-09-29 16:16:39 +0530
commitdda041a9aebc23f7a0576fc4030d06c71fa370d2 (patch)
tree545016cf9df58395dfebc520f9e26dd802a2ffa6 /babel.config.js
parentd87cea9ff2467f93be28533938dfc3a3e5c0c937 (diff)
downloaddaft-launcher-dda041a9aebc23f7a0576fc4030d06c71fa370d2.tar.gz
daft-launcher-dda041a9aebc23f7a0576fc4030d06c71fa370d2.zip
Add draggable favorite apps list
Diffstat (limited to '')
-rw-r--r--babel.config.js2
1 files changed, 1 insertions, 1 deletions
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'],
};