-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Good first issueInterested in collaborating? Take a stab at fixing one of these issues.Interested in collaborating? Take a stab at fixing one of these issues.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
When an error happens inside ListView
's renderRow
property the error is swallowed and never shown on the RedBox.
Ex:
<ListView
renderRow={() => <TouchableHighlight><Text>a</Text><Text>b</Text></TouchableHighlight>}
dataSource={dataSource}
/>
Because TouchableHighlight
accepts only one child, there should be an error thrown, but what happens is that no item from the dataSource is ever rendered.
I'm using v0.7.1
Metadata
Metadata
Assignees
Labels
Good first issueInterested in collaborating? Take a stab at fixing one of these issues.Interested in collaborating? Take a stab at fixing one of these issues.Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.