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 |
Tags
- 오블완
- service 테스트
- 창의충전소
- 해외 대외활동
- 버튼 활성화
- bfs dfs
- FlatList
- 원복
- 백준 1992
- 이영직
- web view
- 노마드코더
- 완전탐색
- ReactNative
- springboot
- 티스토리챌린지
- 휴대폰 기기
- Project Bee
- Navigation
- React Native
- 자료구조
- 폴더구조
- 상속 관계 매핑
- 구현
- 비트마스킹
- React Natvive
- 경우의 수
- react
- BFS
- multipart upload
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