(1) babel plugin 설치 > npm i babel-plugin-transform-remove-console --save-dev (2) .babelrc 생성 ( root directory ) { "env": { "production": { "plugins": ["transform-remove-console"] } } } product version 빌드 시 자동으로 console.* 지운다. 참고 : https://reactnative.dev/docs/performance#using-consolelog-statements