Skip to content

wheel picker separators code refactor#3232

Merged
M-i-k-e-l merged 1 commit into
masterfrom
fix/wheelPicker_separator_issue
Sep 1, 2024
Merged

wheel picker separators code refactor#3232
M-i-k-e-l merged 1 commit into
masterfrom
fix/wheelPicker_separator_issue

Conversation

@adids1221

Copy link
Copy Markdown
Contributor

Description

WheelPicker separators was rendered above the AnimatedFlatList, which cause that the separator render over the current item.

example code snippet (from the example screen):

           <WheelPicker
            initialValue={'February'}
            activeTextColor={Colors.$textPrimary}
            inactiveTextColor={Colors.$textNeutralHeavy}
            items={monthItems}
            textStyle={Typography.text60R}
            numberOfVisibleRows={3}
            separatorsStyle={{backgroundColor: Colors.red70}}
          />

Changelog

WheelPicker separators render below the list items.

Additional info

#3028

@M-i-k-e-l M-i-k-e-l merged commit c708c6a into master Sep 1, 2024
@M-i-k-e-l M-i-k-e-l deleted the fix/wheelPicker_separator_issue branch September 1, 2024 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants