add emoji prop to image alt text (#9278)

This commit is contained in:
Samuel Newman
2025-10-29 17:43:53 +02:00
committed by GitHub
parent d58c6c9ebc
commit a503fe27f5
+2 -1
View File
@@ -598,7 +598,8 @@ function LightboxFooter({
}) })
toggleAltExpanded() toggleAltExpanded()
}} }}
onLongPress={() => {}}> onLongPress={() => {}}
emoji>
{altText} {altText}
</Text> </Text>
</View> </View>