Frontend/Component
카메라/앨범 접근 권한(react-native-image-picker 활용)
0BigLife
2021. 12. 31. 17:37
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