-
Notifications
You must be signed in to change notification settings - Fork 152
Expand file tree
/
Copy pathtest.html
More file actions
27 lines (24 loc) · 691 Bytes
/
test.html
File metadata and controls
27 lines (24 loc) · 691 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
static displayName = 'TitleZone';
static defaultProps = {
lazyload: true,
resizeMode: 'cover',
titleTag: []
}
render() {
const {
title,
titleTag,
lazyload,
resizeMode,
placeholder,
styles
} = this.props;
return (
<View style={[styles.title]}>
{
titleTag && titleTag.map(function (titleTagUri, i) {
return (
<Image
key={i}
style={styles.titleTag}
source={{