react (1) 썸네일형 리스트형 [j React-Native] Animated: `useNativeDriver` was not specified issue of ReactNativeBase Input 이슈 해결 Animated: `useNativeDriver` was not specified issue of ReactNativeBase Input 해당 이슈가 발생하면 useNativeDriver: false or true 한 줄을 추가해 주면 된다. ex) Animated.timing(this.state.mySquare, {//opacity효과 toValue: 0, duration: 2000, delay: 1500, //1.5초후 동작 useNativeDriver: false }).start(); 이전 1 다음