728x90
yarn add react-native-image-picker
# RN >= 0.60
cd ios && pod install
# RN < 0.60
react-native link react-native-image-picker
728x90
'Frontend > Component' 카테고리의 다른 글
[React Native] Cropping for Image Picker (0) | 2022.01.11 |
---|---|
[React Native] Stick-Header 구현 (0) | 2022.01.03 |
[React Native] iOS 실제 디바이스에서 카메라 접근하기 (0) | 2022.01.01 |
ModalView (0) | 2021.12.30 |