Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- 비트마스킹
- React Native
- Navigation
- 오블완
- 원복
- 휴대폰 기기
- 티스토리챌린지
- web view
- 버튼 활성화
- 백준 1992
- 이영직
- Project Bee
- 해외 대외활동
- BFS
- 자료구조
- 폴더구조
- 구현
- 경우의 수
- 창의충전소
- React Natvive
- 완전탐색
- springboot
- service 테스트
- FlatList
- 상속 관계 매핑
- multipart upload
- react
- ReactNative
- bfs dfs
- 노마드코더
Archives
- Today
- Total
유미의 기록들
[React Native -19] Navigation Callback함수 전달
navigation.navigate() 함수로 페이지 이동을 할 때 두번째 인자에 Params를 전달할 수 있었다 add_goods.js componentDidUpdate(prevProps,prevState){ if(prevProps.route.params.imageURLs !=this.props.route.params.imageURLs){ this.setState({imageURLs: this.state.imageURLs.concat(this.props.route.params.imageURLs)r}); } } this.props.navigation.push("Gallery", { imageLength: this.state.imageURLs.length }); gallery.js this.props.na..
MDLAB 기록/차량부품거래애플리케이션
2022. 12. 27. 00:00