One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
npm install react-native-simplelistitem --save
<ListItem
containerStyle={styles.containerStyle}
title='Dummy Title'
titleStyle={item.titleStyle}
subtitle='subtitle'
subtitleStyle={styles.subtitleStyle}
leftImage={uri: image}
rightIcon={ name: 'angle-right', color: 'black', type: 'font-awesome' }
rightSubtitle='right subtitle'
rightSubtitleStyle={styles.rightSubtitleStyle}
backgroundImage={uri: backgroundImage}
isBackgroundMask={false}
onPress={this.onPress}
/>