구글스토어 등록 전, 테스트용 apk를 만들어보자. 프로젝트 터미널에서 다음과 같이 입력한다. react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle 만약 index.js가 시작위치가 아니면, --entry-file index.js를 본인에 맞게 수정해야한다. info Writing bundle output to:, android/app/src/main/assets/index.android.bundle info Done writing bundle output info Copying 115 asset files inf..