"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios --device 'gildong의 iPhone' --configuration Release",
"start": "react-native start",
"apk": "react-native run-android --variant=release",
"test": "jest",
"lint": "eslint ."
},