this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix 4 image case

+4 -4
+4 -4
apps/expo/src/components/embed.tsx
··· 192 192 key={image.fullsize} 193 193 source={{ uri: image.thumb }} 194 194 alt={image.alt} 195 - className="aspect-square w-[32%]" 195 + className="aspect-square w-[24%]" 196 196 /> 197 197 ))} 198 198 <ImageBackground 199 199 source={{ uri: content.images[2]!.thumb }} 200 200 alt={content.images[2]!.alt} 201 - className="flex aspect-square w-[32%] flex-row" 201 + className="flex aspect-square w-[24%] flex-row" 202 202 > 203 - <View className="h-full w-full items-center justify-center rounded-full bg-black/60 p-1"> 204 - <Text className="text-base font-bold text-white"> 203 + <View className="h-full w-full items-center justify-center bg-black/60 p-1"> 204 + <Text className="text-center text-base font-bold text-white"> 205 205 +{content.images.length - 2} 206 206 </Text> 207 207 </View>