Skip to content
This repository was archived by the owner on Sep 16, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
swipeoutContent don't take all available space
Add flex 1 to swipeoutContent, size style can be override in parent.
  • Loading branch information
magrinj authored Jan 16, 2019
commit 8c98fa1160cfa0f9c3f762068d76a124e59bc6f9
1 change: 1 addition & 0 deletions src/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const styles = StyleSheet.create({
top: 0,
},
swipeoutContent: {
flex: 1,
},
colorDelete: {
backgroundColor: '#fb3d38',
Expand Down