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
|
title?: string
|
||||||
} & (
|
} & (
|
||||||
| {
|
| {
|
||||||
emoji: true
|
emoji?: true
|
||||||
children: StringChild
|
children: StringChild
|
||||||
}
|
}
|
||||||
| {
|
| {
|
||||||
|
|||||||
Reference in New Issue
Block a user