Fix Text emoji type (make emoji optional) (#5678)

This commit is contained in:
Hailey
2024-10-10 14:18:07 -07:00
committed by GitHub
parent c4a2958539
commit 912b4450b9
+1 -1
View File
@@ -26,7 +26,7 @@ export type TextProps = Omit<RNTextProps, 'children'> & {
title?: string
} & (
| {
emoji: true
emoji?: true
children: StringChild
}
| {