[RN] react-native 'Attempt to invoke virtual method ~' error (Android)

2024. 6. 10. 10:43·React Native
반응형

'Attempt to invoke virtual method~' Error발생 이미지
Attempt to invoke virtual method ~ error

이 오류 메시지는 주로 안드로이드 앱 개발 중에 발생합니다. 이것은 객체가 null인 상태에서 해당 객체의 메소드를 호출하려고 시도할 때 발생하는 오류입니다. 구체적으로 말하면, null로 초기화되지 않은 Path 객체에서 isEmpty() 메소드를 호출하려고 시도한 것입니다.

 

라고 Caht gpt가 설명해주었다..🤓

그래서 에러가 뜨는 파일에서 null을 검색해 봤다.

<Col
    ml={30}
    pb={40}
    bg={theme.white}
    style={{borderBottomLeftRadius:isWaitingMember==true && waitinglist.length == 0 ? 15 : null, borderBottomRightRadius: isWaitingMember==true && waitinglist.length == 0 ? 15 : null}}
>

 

Col컴포넌트에 준 style에서 null을 사용해서 뜨는 에러였다.
null을 0으로 바꿨더니 에러가 뜨지 않는다.

반응형

'React Native' 카테고리의 다른 글

[RN] react-native 댓글태그 지우기, Comments Tag remove, Back Space  (0) 2024.06.24
[RN] react-native Pull Down refresh  (0) 2024.06.13
[RN] react-native Random Array - 랜덤배열 만들기  (0) 2024.06.10
[RN] react-native Gradient -그라데이션  (2) 2024.06.07
[RN] react-native Code Push  (0) 2024.06.04
'React Native' 카테고리의 다른 글
  • [RN] react-native 댓글태그 지우기, Comments Tag remove, Back Space
  • [RN] react-native Pull Down refresh
  • [RN] react-native Random Array - 랜덤배열 만들기
  • [RN] react-native Gradient -그라데이션
nicee
nicee
답을 찾아가는 과정이 즐거운 프론트엔드 개발자의 기록
    반응형
  • nicee
    나의 개발일지
    nicee
  • 글쓰기 관리
  • 전체
    오늘
    어제
    • 분류 전체보기
      • Project01 [Chat App]
      • React Native
      • Git
      • Program Setting
      • nicee-day
      • Study
        • C++
  • 블로그 메뉴

    • 링크

      • 🌳 git키우기
      • 📚 일상기록
    • 공지사항

    • 인기 글

    • 태그

      백준코딩테스트
      Xcode
      리액트
      공부
      app build
      커피수혈
      불금
      k직장인
      IOS
      리액트네이티브
      nextjs
      오블완
      타입스크립트
      typescript
      Android
      c++
      rn
      빌드에러
      React
      next.js
      에러해결
      앱개발
      error
      APP
      티스토리챌린지
      직장인짤
      채팅앱
      firebase
      React-native
      k직장인일상
    • 최근 댓글

    • 최근 글

    • hELLO· Designed By정상우.v4.10.0
    nicee
    [RN] react-native 'Attempt to invoke virtual method ~' error (Android)
    상단으로

    티스토리툴바