@ix/interaction 접근

이 글의 성격은 무엇인가요?

사용 방법 질문

내용을 설명해주세요

안녕하세요. 웹뷰 환경에서 개발하고 있습니다. rally를 활용하여 interaction을 구현하고자 하는데
데우스 rally codegen에 명시된 @ix/interfaction 라이브러리가 설치되지 않는 것 같습니다.

pnpm add @ix/interaction 으로 실행했구요.

제가 놓친 게 있을까요?

안녕하세요 :slight_smile:
혹시 어떤 컴포넌트에 @ix/interfaction 을 import 하고 있는지 알 수 있을까요 ?
앱인토스에서는 컴포넌트 구현을 위해 TDS 를 제공해드리고 있습니다.

<TextField.Clearable> 컴포넌트에 애니메이션 효과를 주기 위한 용도로 Textfield 컴포넌트를 감싸려고 합니다.
(가이드대로)

import { rally } from ‘@ix/interaction’

<rally.div animate={rally.fade({ type: ‘in’, speed: ‘fast’ })}>
<TextField.Clearable ... />
</rally.div>

ps. 사용 전 단계인 설치에 대한 문의인 점 말씀드립니다 :slight_smile:
설치 시 에러는 다음과 같습니다.

% pnpm add @ix/interaction

ERR_PNPM_FETCH_404 GET https://registry.npmjs.org/@ix%2Finteraction: Not Found - 404
This error happened while installing a direct dependency of ‘Project’
@ix/interaction is not in the npm registry, or you have no permission to fetch it.
No authorization header was set for the request.