앱 출시 qr테스트 렌더링 오류

xcode 시뮬레이터와, iOS 실기기 샌드박스앱에서는 잘 동작하는데

앱 출시 > QR 테스트에서는 흰색 화면만 나옵니다

출시 ID: 01995ffd-e26c-7de9-84bd-bfb089f25e72

// package.json
{
  "name": "****",
  "private": true,
  "scripts": {
    "dev": "granite dev",
    "build": "granite build",
    "test": "jest --passWithNoTests",
    "typecheck": "tsc --noEmit",
    "orval:gen": "rm -rf ./src/gen & orval --config ./orval.config.ts"
  },
  "dependencies": {
    "@apps-in-toss/framework": "^1.1.2",
    "@granite-js/native": "^0.1.24",
    "@granite-js/plugin-router": "^0.1.24",
    "@granite-js/react-native": "^0.1.24",
    "@tanstack/react-query": "^5.87.1",
    "@toss-design-system/react-native": "^1.1.2",
    "axios": "^1.12.2",
    "jotai": "^2.14.0",
    "react": "^18.2.0",
    "react-native": "^0.72.6"
  },
  "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.19.0",
    "@babel/preset-env": "^7.15.0",
    "@babel/preset-react": "^7.16.7",
    "@babel/preset-typescript": "^7.16.7",
    "@babel/runtime": "7.18.9",
    "@eslint/js": "^9.35.0",
    "@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": "18.3.3",
    "babel-plugin-module-resolver": "^5.0.2",
    "eslint": "^9.35.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^5.2.0",
    "eslint-plugin-react-native": "^5.0.0",
    "jest": "^29.7.0",
    "orval": "^7.11.2",
    "prettier": "^3.6.2",
    "react-test-renderer": "18.2.0",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.43.0"
  }
}

CORS 허용이 잘 되어있는지 확인 부탁드립니다.

가이드 안내드려요.

자답입니다

import { toCamelCaseKeys, toSnakeCaseKeys } from 'es-toolkit'

해당 메서드 때문이거 같습니다

1개의 좋아요