mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
Merge pull request #3340 from BlueWallet/removecentercontent
Update WalletsCarousel.js
This commit is contained in:
commit
9e7980cd93
1 changed files with 0 additions and 2 deletions
|
@ -335,12 +335,10 @@ const WalletsCarousel = forwardRef((props, ref) => {
|
|||
disableIntervalMomentum={isHandset}
|
||||
snapToInterval={itemWidth} // Adjust to your content width
|
||||
decelerationRate="fast"
|
||||
snapToStart
|
||||
contentContainerStyle={cStyles.content}
|
||||
directionalLockEnabled
|
||||
showsHorizontalScrollIndicator={false}
|
||||
initialNumToRender={10}
|
||||
centerContent
|
||||
ListHeaderComponent={ListHeaderComponent}
|
||||
style={props.vertical ? {} : { height: sliderHeight + 9 }}
|
||||
{...props}
|
||||
|
|
Loading…
Add table
Reference in a new issue