crush12132

Results 2 comments of crush12132

> ```js > let timer = null > function add(...arg1){ > return function(...arg2){ > let arg = [...arg1,...arg2] > clearTimeout(timer) > timer = setTimeout(()=>{ > console.log(arg.reduce((p,c)=>p+c)) > },0) > return...

您好!我在运行移动端代码时显示Check the render method of `AnimatedComponent`,import {ScrollView,SafeAreaView,TouchableOpacity,Animated} from 'react-native',也使用到 const AnimatedContainer = Animated.createAnimatedComponent(Container) 但是显示了这个错误。我按照您的方法进行修改但好像没有找到对应的 const ViewPager = require('@react-native-community/viewpager'); 并且我使用的是ScrollView,而不是ViewPager,请问有什么方法可以解决吗?