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
- service 테스트
- react
- Project Bee
- FlatList
- ReactNative
- web view
- 경우의 수
- springboot
- 휴대폰 기기
- 노마드코더
- bfs dfs
- multipart upload
- 이영직
- 해외 대외활동
- 폴더구조
- BFS
- 창의충전소
- 자료구조
- 구현
- 원복
- 버튼 활성화
- React Natvive
- React Native
- 비트마스킹
- 백준 1992
- 완전탐색
- 티스토리챌린지
Archives
- Today
- Total
유미의 기록들
[React Native -20] Modal 구현
상품이미지를 등록할 때 사진을 카메라에서 촬영할 지 아니면 갤러리에서 선택할 지 사용자가 선택하도록 모달을 띄어보려고 한다. React Native에서는 Modal이라는 컴포넌트를 제공한다 따라서 import해서 사용할 수 있다 https://reactnative.dev/docs/modal Modal · React Native The Modal component is a basic way to present content above an enclosing view. reactnative.dev import {Modal} from 'react-native'; class AddGoods extends Component { constructor(props) { super(props); this.state = ..
MDLAB 기록/차량부품거래애플리케이션
2023. 1. 2. 20:00