이 글의 성격은 무엇인가요?
사용 방법 질문
내용을 설명해주세요
{
“name”: “albamon-react-native”,
“private”: true,
“scripts”: {
“dev”: “granite dev”,
“build”: “ait build”,
“test”: “jest --passWithNoTests”,
“typecheck”: “tsc --noEmit”,
“lint”: “biome check --write”
},
“dependencies”: {
“@apps-in-toss/framework”: “^2.4.1”,
“@granite-js/native”: “1.0.20”,
“@granite-js/plugin-env”: “1.0.20”,
“@shopify/flash-list”: “^1.8.2”,
“@tanstack/react-query”: “^5.76.2”,
“@toss/tds-react-native”: “2.0.2”,
“react”: “19.2.3”,
“react-native”: “0.84.0”,
“@granite-js/react-native”: “1.0.20”,
“zod”: “^3.25.32”,
“brick-module”: “0.5.0”
},
“devDependencies”: {
“@babel/core”: “7.23.9”,
“@babel/plugin-proposal-class-properties”: “^7.16.7”,
“@babel/plugin-proposal-nullish-coalescing-operator”: “^7.16.7”,
“@babel/plugin-proposal-numeric-separator”: “^7.16.7”,
“@babel/plugin-proposal-optional-chaining”: “^7.16.7”,
“@babel/plugin-proposal-private-methods”: “^7.18.6”,
“@babel/plugin-proposal-private-property-in-object”: “^7.18.6”,
“@babel/plugin-transform-flow-strip-types”: “7.27.1”,
“@babel/preset-env”: “^7.15.0”,
“@babel/preset-react”: “^7.16.7”,
“@babel/preset-typescript”: “^7.16.7”,
“@babel/runtime”: “7.18.9”,
“@biomejs/biome”: “^1.9.4”,
“@testing-library/react-native”: “^12.9.0”,
“@types/babel__core”: “^7.20.5”,
“@types/jest”: “^29.5.14”,
“@types/node”: “^22.10.2”,
“@types/react”: “19.2.3”,
“jest”: “^29.7.0”,
“react-test-renderer”: “19.2.3”,
“typescript”: “^5.8.3”,
“babel-preset-granite”: “1.0.3”
}
}
안녕하세요 알바몬 앱인토스
bedrock에서 granite으로 마이그레이션을 진행중인데요
package.json은 아래와 같은데요!
테스트앱 샌드박스 새로 설치 후
위 주소의 문서상에
3.앱 선택 후에
4.토스인증 페이지가 나와야하는데
Emulator, Simulator의 샌드박스에서
흰색 빈화면 만 노출하고 있습니다.
해결방법 혹시 알 수 있을까요?
