We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
flexShrink={horizontal ? 0 : 1}
if (value === 'flex') { return { display: 'flex', alignContent: 'stretch', flexShrink: 1, }; }
flex일 때 flexShrink 1 이어서 적용이 안되고 있습니다
Urgency [ Critical / High / Medium / Low ] Low (아마 아직 쓰고 있는곳이 없는 것 같습니다) To Reproduce Steps to reproduce the behavior:
storybook에서 재현 가능 (2, 3, 4, 5번은 개발자 도구에서 flex-shrink 0으로 바꾸고 테스트) https://vibrant-storybook.class101.net/?path=/story/vibrant-core-flatlist--basic&args=columns:15;snap:true;loop:true;horizontal:true;columnWidth:497
Expected behavior A clear and concise description of what you expected to happen.
Screenshots / Video If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
@tvl3r
Sorry, something went wrong.
No branches or pull requests
Describe the bug
FlatListItem이
flexShrink={horizontal ? 0 : 1}
인데displayProp에서
flex일 때 flexShrink 1 이어서 적용이 안되고 있습니다
2023-12-04.11.21.18.mov
currentIndex를 onMouseUp, onMouseLeave에만 계산하고 있어서 가로 스크롤 후 마우스가 FlatList 밖으로 나가면 이전 위치로 돌아갑니다
2023-12-04.11.26.06.mov
스크롤 할때는 루프가 안됩니다
드래그 할때는 동작하는데 약간 어색합니다
2023-12-04.11.40.45.mov
2023-12-04.12.52.49.mov
Urgency
[ Critical / High / Medium / Low ]
Low (아마 아직 쓰고 있는곳이 없는 것 같습니다)
To Reproduce
Steps to reproduce the behavior:
storybook에서 재현 가능
(2, 3, 4, 5번은 개발자 도구에서 flex-shrink 0으로 바꾸고 테스트)
https://vibrant-storybook.class101.net/?path=/story/vibrant-core-flatlist--basic&args=columns:15;snap:true;loop:true;horizontal:true;columnWidth:497
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots / Video
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: