Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
_updatePosition () {
setNativeProps(this.circle, this._circleStyles)
}
_highlight () {
setNativeProps(this.circle, {
style: {
backgroundColor: CIRCLE_HIGHLIGHT_COLOR
}
});
}
_unHighlight () {
setNativeProps(this.circle, {
style: {
backgroundColor: CIRCLE_COLOR
}
});
}
width: '100%'
} }),
(0, _universalRx.createElement)(
'p',
null,
item.title
),
(0, _universalRx.createElement)('div', null)
);
})
);
}
}]);
return List;
}(_universalRx.Component);
exports.default = List;
data.map(function (item, idx) {
return (0, _universalRx.createElement)(
'div',
{ key: idx, style: {
float: 'left',
width: '200px',
marginRight: '10px',
marginBottom: '10px'
} },
(0, _universalRx.createElement)('img', { src: item.img, style: {
width: '100%'
} }),
(0, _universalRx.createElement)(
'p',
null,
item.title
),
(0, _universalRx.createElement)('div', null)