Skip to content

dinatazy/react-native-simpleListItem

Repository files navigation

react-native-simpleListItem

Project Title

One Paragraph of project description goes here

Getting Started

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.

Installing

npm install react-native-simplelistitem --save

Usage

    <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}
    />





 

About

React native List Item with multiple options

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published