From f82ee2a70dcefa4e592df19eb96b3f0af3ed2da9 Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Sun, 5 Jan 2025 18:59:08 -0600 Subject: [PATCH] fix build --- babel.config.js | 9 ++++----- components/Global/card.tsx | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/babel.config.js b/babel.config.js index 1eeeb439..e83f1395 100644 --- a/babel.config.js +++ b/babel.config.js @@ -2,8 +2,7 @@ module.exports = { presets: ['babel-preset-expo'], plugins: [ - alias: { - "@": "./" - } - }]] -}; + // react-native-reanimated/plugin has to be listed last + 'react-native-reanimated/plugin', + ] +}; \ No newline at end of file diff --git a/components/Global/card.tsx b/components/Global/card.tsx index c77096d0..90d64b0c 100644 --- a/components/Global/card.tsx +++ b/components/Global/card.tsx @@ -33,6 +33,7 @@ export function Card(props: CardProps) { return (