fix build

This commit is contained in:
Violet Caulfield
2025-01-05 18:59:08 -06:00
parent c7a3448e01
commit f82ee2a70d
2 changed files with 5 additions and 6 deletions

View File

@@ -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',
]
};

View File

@@ -33,6 +33,7 @@ export function Card(props: CardProps) {
return (
<View
alignItems="center"
{...props}
>
<TamaguiCard
elevate
@@ -43,7 +44,6 @@ export function Card(props: CardProps) {
pressStyle={props.onPress ? { scale: 0.875 } : {}}
width={props.width ?? 150}
height={props.width ?? 150}
{...props}
>
<TamaguiCard.Header>
</TamaguiCard.Header>