This paste expires on 2023-05-28 16:42:38.880579. Repaste, or download this paste. . Pasted through web.

return Object.entries(boxes).map(([key, data], i) => {
    return (
      <HStack key={i.toString()} center style={styles.boxWrapper}>
        <Box {...data} onPress={() => handlePress(key)} />
      </HStack>
    );
  });
Filename: None. Size: 228b. View raw, , hex, or download this file.