Skip to content
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

Closed
wants to merge 11 commits into from
Closed

Try on #14

wants to merge 11 commits into from

Conversation

pengm2ng
Copy link
Collaborator

@pengm2ng pengm2ng commented Aug 5, 2021

tryon

  • 옷, 룩 context에서 불러오기 기능
  • 해당 이미지 view에 띄워두도록 해놓음
  • 옷, 룩은 모달 형식으로 보여줌.
    *bottomSheet.js 참고
    *더 정확한 테스트를 위해서는 합성 자료가 필요할 것임.

Copy link
Owner

@lani009 lani009 left a 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>
Copy link
Owner

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'),
},
{
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cloth 객체 사용

@pengm2ng pengm2ng closed this Aug 5, 2021
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