I did not put any undefined variables in the view but it appear some Unknow tags,so I wonder what is Unknown there?
<View> <View style={styles.row}> <Text>{rowData.user.name}· {rowData.createdDate}</Text> <Text>{rowData.title}</Text> </View> <View style={styles.separator} /> </View>
in chrome I seen between the View and Text there is a Unknown.