초기화 이후 granite.config.ts에서 문제발생

안녕하세요 앱인토스를 처음 사용해보는 유저입니다.

현재 React Native로 개발하기 를 따라서 튜토리얼을 진행해보고있는데요,

공지사항을 체크했을때 bedrock에서 granite로 마이그레이션 했다는 부분을 체크했고,

yarn create bedrock-app
cd bedrock-app
yarn (프로젝트 초기화)
yarn add @apps-in-toss/framework
yarn ait migrate granite
yarn ait init

을 현재 실행했으나,

granite.config.ts에서 아래와 같은 문제가 발생했습니다.

@granite-js/react-native 패키지를 설치하면 될까요? 아니면 마이그레이션중에 추가로 해야할 부분이 있을까요?

감사합니다.

안녕하세요 :slight_smile:

아래 순서로 실행 부탁드려요.

  1. yarn create granite-app
  2. cd granite-app
  3. yarn add @apps-in-toss/framework
  4. yarn add @toss-design-system/react-native
  5. yarn ait init

오늘 중 가이드가 업데이트 될 예정이에요

1개의 좋아요