안녕하세요.
빌드 파일을 콘솔에 업로드 하고 qr로 접속했을 때 흰 화면만 보이는데 원인을 알 수 있을까요?
다른분들이 pnpm에서 문제가 있다고 하셔서 npm으로도 해봤는데 안되고
turborepo로 모노레포로 구성한게 문제일까 싶어서 독립된 프로젝트로 변경도 했는데 안되네요
{
"name": "",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "GRANITE_ENV=development granite dev",
"build": "granite build",
"build:prod": "GRANITE_ENV=production granite build",
"test": "jest --passWithNoTests",
"typecheck": "tsc --noEmit",
"lint": "biome check --write"
},
"dependencies": {
"@apps-in-toss/framework": "^1.3.0",
"@granite-js/native": "0.1.29",
"@granite-js/plugin-env": "0.1.29",
"@granite-js/plugin-hermes": "^0.1.29",
"@granite-js/plugin-router": "0.1.29",
"@granite-js/plugin-sentry": "^0.1.29",
"@granite-js/react-native": "0.1.29",
"@sentry/react-native": "^7.4.0",
"@tanstack/react-query": "^5.90.5",
"@toss-design-system/react-native": "^1.2.1",
"@project/shared-types": "file:./shared-types",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-flexible-grid": "^0.2.5",
"react-native-image-viewing": "^0.2.2"
},
"devDependencies": {
"@babel/core": "7.28.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-flow-strip-types": "^7.27.1",
"@babel/preset-env": "^7.28.3",
"@babel/preset-react": "^7.27.1",
"@babel/preset-typescript": "^7.27.1",
"@babel/runtime": "7.28.4",
"@biomejs/biome": "^2.2.6",
"@granite-js/plugin-router": "0.1.29",
"@testing-library/react-native": "^13.3.3",
"@types/babel__core": "^7.20.5",
"@types/jest": "^30.0.0",
"@types/node": "^24.8.1",
"@types/react": "18.3.3",
"jest": "^30.2.0",
"react-test-renderer": "18.2.0",
"typescript": "^5.9.3"
}
}
콘솔에 업로드된 ait 파일로 원인 파악해주실 수 있을까요?
실행 환경
os : mac 26.0.1
node : v22.15.0 or v20.19.1