본문 바로가기
개발일지

onAnimatedValueUpdate 경고

by 개발하는 나나 2023. 1. 20.

When I swipe fast between tabs,
I get a warning 'Sending onAnimatedValueUpdate with no listeners registered.' only in ios.


해결법 - App.js 에 씀

import { LogBox } from 'react-native';
LogBox.ignoreLogs(['Sending']);

임시방편일 뿐, 경고가 해결된 건 아님.
다른 방법을 아직 못찾음

'개발일지' 카테고리의 다른 글

비구조화 할당 구조분해 문법  (0) 2023.01.30
noSQL 이란?  (0) 2023.01.28
3-11 오류  (0) 2023.01.17
React 리액트 map() 에서 컴포넌트에 key  (1) 2023.01.11
AboutPage  (0) 2023.01.07