This commit is contained in:
Developer
2026-03-14 18:25:13 +08:00
parent fb819798b1
commit ff659dcef7
13 changed files with 516 additions and 314 deletions

View File

@@ -23,7 +23,7 @@ interface Props {
fullWidth?: boolean;
}
export function LiveCard({
export const LiveCard = React.memo(function LiveCard({
item,
onPress,
fullWidth,
@@ -73,7 +73,7 @@ export function LiveCard({
</View>
</TouchableOpacity>
);
}
});
const styles = StyleSheet.create({
card: {