# React Native 앱에서 카메라를 사용해보자 # 들어가며 지금까지 React Native에서 가장 많이 사용되는 카메라 라이브러리는 react-native-camera였다 React Native Camera · The comprehensive camera module for React Native. The comprehensive camera module for React Native. react-native-camera.github.io 그러나 react-native-camera 라이브러리는 유지보수를 해줄 지원자가 부족하고 코드 복잡도가 많이 올라가는 바람에 deprecated 되었다. 그래서 찾아낸 대안이 오늘 소개할 react-native-vision-camera다 # 깃헙 페이지 Hel..