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 (