728x90
반응형
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();
728x90
반응형
'React-Native' 카테고리의 다른 글
[j React-Native] Platform & DeviceInfo 정보 가져오기 (0) | 2022.12.16 |
---|---|
[j React-native] TS~~ error 발생시 해결 (0) | 2022.12.15 |
[j React-Native] Slider (react-native-slider) (0) | 2022.12.14 |
[j React-Native] Multiple commands produce Error 해결하기 (0) | 2022.12.05 |
[j React Native] Drawer Navigator (0) | 2022.12.02 |