-
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
Try on #14
Conversation
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.
Cloth 객체 사용하게 수정
<FlatList | ||
data={clothesList.myClothList} | ||
renderItem={({item}) => ( | ||
<View> |
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.
Item ContextAPI에서 데이터 받아오게.
id: '1', | ||
src: require('../../asset/test/TryOn/Clothes/1.png'), | ||
}, | ||
{ |
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.
Cloth 객체 사용
tryon
*bottomSheet.js 참고
*더 정확한 테스트를 위해서는 합성 자료가 필요할 것임.