bugtype.github.io
리액트 네이티브 디버깅 하기console.log 로 로그를 남긴다.시뮬레이터에서 다음과 같이 클릭 (⌘+D) -> Remote JS Debugging.크롬창이 뜰텐데, console.log 확인하는 것처럼 개발자모드 실행.참고: https://stackoverflow.com/questions/30115372/how-to-do-logging-in-react-native
설치npm install -g react-native-cli프로젝트 만들기 ( AwesomeProject )react-native init AwesomeProject 실행react-native run-ios react-native run-android 참고https://facebook.github.io/react-native/https://academy.realm.io/kr/posts/react-native/