mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2026-01-06 22:00:59 -06:00
fix build
This commit is contained in:
@@ -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',
|
||||
]
|
||||
};
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user