Card Media component for React Native. Also supports multiple image layout.
npm install react-native-card-media#### single & double
#### three & four
#### five
!five
npm install react-native-card-media --save
javascript
const files5 = [
${path}kids_play_640.jpeg,
${path}road_640.jpg,
${path}women_640.jpeg,
${path}sea_kids_640.jpeg,
${path}temple_640.jpeg,
]; files={files5}
style={{ height: 200 }}
title="Title"
showTitle={false}
titleStyle={{ fontSize: 24, fontWeight: '400', lineHeight: 32, color: '#fafafa' }}
onPress={(fileIndex) => this.onPress(fileIndex)}
imageIconView={this.renderImageIconView}
imageCountStyle={{ fontSize: 20, fontWeight: '500', lineHeight: 28, color: '#fafafa' }}
imageTouchable={false}
/>
``