INNER CODE UNIT · JavaScript
style
catalinmiron/react-native-dribbble-app · app/CommentItem.js:34
style={styles.avatar}/>
<View style={styles.commentBody}>
<Text style={styles.userName}>
{this.props.comment.user.name}
</Text>
<Text style={styles.commentText}>
<HTML value={this.props.comment.body} />
</Text>
</View>
</View>
<View style={styles.cellBorder} />
</View>
</TouchableHighlight>
</View>;
}
});
var styles = StyleSheet.create({