react-native 0.62 버전에서 오류 발생
하단의 멘뉴 터치시 toast 에도 영향을 주는것 같아서 처리하고 에러 해결하고 정상적으로 작동이 잘됨
import { YellowBox } from 'react-native';
YellowBox.ignoreWarnings([
'Animated: `useNativeDriver` was not specified.',
]);
하단의 멘뉴 터치시 toast 에도 영향을 주는것 같아서 처리하고 에러 해결하고 정상적으로 작동이 잘됨
import { YellowBox } from 'react-native';
YellowBox.ignoreWarnings([
'Animated: `useNativeDriver` was not specified.',
]);