dm-plz / family-farm-mobile

가벼운 질문을 통해 가족 관계 개선을 도와주는 Family Farm의 모바일 코드 저장소입니다.
0 stars 0 forks source link

버그 수정: nativewind에서 tailwindcss 일부 버전 사용 불가 관련 오류 #7

Closed timepresent95 closed 2 months ago

timepresent95 commented 2 months ago

버그 설명

nativewind@^2.0.11 버전에서 TailwindCSS >3.3.2 버전 사용으로 인해 문제 발생 가능성 존재

다음과 같은 문제가 발생 함

App.tsx: Use process(css).then(cb) to work with async plugins

재현 방법

  1. npm i 를 통하여 패키지 설치
  2. npm run ios 또는 npm run android

기대 결과

npm i를 통한 의존성 설치에도 tailwindcss 버전에 의한 오류가 발생하지 않음

추가 정보

관련 nativewind 문서

Screenshot 2024-07-30 at 20 27 35