-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
FlowRan CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.Type: QuestionIssues that are actually questions and not bug reports.Issues that are actually questions and not bug reports.
Description
How about add custom children type children: React$NativeNode
for many react native component:
declare type React$NativeNode =
| null
| React$Element<any>
| Iterable<?React$Node>;
It was really useful for the next case:
<View>'test'</View>; // error
<View>{0 && <View id={0}>}</View> // error
Metadata
Metadata
Assignees
Labels
FlowRan CommandsOne of our bots successfully processed a command.One of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.Type: QuestionIssues that are actually questions and not bug reports.Issues that are actually questions and not bug reports.