undefined is not a function(evaluating 'animated._getHandler()')
来源:5-4 Popular(最热)模块的列表页面实现-3
Mr_Chansheng
2018-07-12
undefined is not a function(evaluating 'animated._getHandler()')
老师,我之前遇到一个问题,是Listener is not supported for native driven events
然后看到你的一个回答是这样解决,也就是删掉你添加//删除 的代码,然后添加了你注释的//添加下面的代码,如下图

然后出现了现在这个问题undefined is not a function(evaluating 'animated._getHandler()'),请问如何解决吗?
写回答
1回答
-
CrazyCodeBoy
2018-07-13
revert调改动,删除node_modules,清楚缓存重新安装试一下;
如果还是有问题,可以在在官库https://github.com/skv-headless/react-native-scrollable-tab-view/issues/676
最后,也可以使用react-navagation来替换react-native-scrollable-tab-view;
00
相似问题