mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
FIX: Swiping is now easier
This commit is contained in:
parent
59c9edeebd
commit
c932d0da5a
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ const ManageWalletsListItem: React.FC<ManageWalletsListItemProps> = ({
|
|||
rightContent={rightContent}
|
||||
Component={TouchableOpacityWrapper}
|
||||
onPressOut={onPressOut}
|
||||
minSlideWidth={100}
|
||||
onPressIn={onPressIn}
|
||||
style={isActive ? styles.activeItem : undefined}
|
||||
>
|
||||
|
|
Loading…
Add table
Reference in a new issue