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