React Native

Animated: `useNativeDriver` was not specified. This is a required option and must be explicitly set to `true` or `false`

projin 2020. 8. 11. 13:44

react-native 0.62 버전에서 오류 발생

 

 

하단의 멘뉴 터치시 toast 에도 영향을 주는것 같아서 처리하고 에러 해결하고 정상적으로 작동이 잘됨

 

import { YellowBox } from 'react-native';

YellowBox.ignoreWarnings([
  'Animated: `useNativeDriver` was not specified.',
]);