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