Guest User

Untitled

a guest
Jan 24th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <Swipeout
  2. ref={ref => {this.Swipeout[index] = ref}}
  3. backgroundColor={'transparent'}
  4. right={swipeoutBtns}
  5. scroll={(scrollEnabled) => this.onSwipe(scrollEnabled)}
  6. sensitivity={1}
  7. buttonWidth={70}
  8. onOpen={() => this.onSwipeOpen(index)}
  9. >
  10. <TouchableOpacity onPress={() => this.onRowClick(item)} title="" style={{ margin: 20}}>
  11. {this.renderCardItems(item, index)}
  12. </TouchableOpacity>
  13. </Swipeout>
Add Comment
Please, Sign In to add comment