react-native-async-storage

react-native-vector-icons

react-native-image-crop-picker

react-native-image-zoom-viewer

react-native-image-picker 사용 방법

(비추천. react-native-image-crop-picker 추천)

android/app/src/main/java/.../MainApplication.java에 new 패키지() 추가 시 주의사항

react-native-camera 사용 방법

(비추천. react-native-image-crop-picker로 카메라 띄우기 부터 갤러리에서 불러오기 가능)

react-native-cameraroll

(react-native-camera 이후 사진 저장 등을 위한 라이브러리) (비추천. react-native-image-picker로 카메라 띄우기 부터 갤러리에서 불러오기 가능)

NodeJS Console에서 나타나는 각종 에러에 대한 처리 방법

Warning: Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.

실제 스마트폰에서 디버깅 하는 방법 (Android 4.4.4 이상)

[자동화] 실제 스마트폰에서 디버깅 하는 방법 (Android 4.4.4 이상)