Fix Text emoji type (make emoji optional) (#5678)
This commit is contained in:
@@ -26,7 +26,7 @@ export type TextProps = Omit<RNTextProps, 'children'> & {
|
||||
title?: string
|
||||
} & (
|
||||
| {
|
||||
emoji: true
|
||||
emoji?: true
|
||||
children: StringChild
|
||||
}
|
||||
| {
|
||||
|
||||
Reference in New Issue
Block a user