-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Feature/#1 #2
Feature/#1 #2
Conversation
나는 스크롤노드에 레이아웃 안보이는거 각 컴포넌트들 크기 안잡아줄 때 안보였거든 (특히 컬렉션노드 같은거) 그래서 flexGrow나 flexShrink 값 주거나 maxSize같은거 주고 나서 보였어 혹시 도움이 될까해서 남깁니당 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
전체적으로 코드가 깔끔해서 한눈에 들어오네요👍
cardImageNode.style.spacingAfter = 26 | ||
titleLabelNode.style.spacingAfter = 2 | ||
priceLabelNode.style.spacingAfter = 13 | ||
barcodeImageNode.style.spacingAfter = 6 | ||
cardNumberTextNode.style.spacingAfter = 8 | ||
validationLayoutSpec().style.spacingAfter = 33 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오 이런 것도 있군요.. 🤭
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
간격을 따로 줄 수 있더라구여,,, 되기만 하면 아주 편할 거 같은데 말이져 ㅎ;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
역시 스장님은 다릅니다 담주가 더 기대됩니다!!
그런거여꾼,,, 다들 preferredSize나 width, height, flexShrink 등등 넣었더라구,, 고쳐보게씀다 감삼다!! |
담주는 꼭 다 부셔서 갈 수 있도록 할게여,,,!! |
#1
Summary
Sth Coming Newly
카드 쉐도우를 적용하는데 background에서 함수를 실행시킨다면 main Thread 에서 실행해야한다는 에러가 송출되여
Challenges
scrollNode 에 컴포넌트들을 넣는 것이 가장 어려웠고 아직도 해결을 못해씀다,,,
References