异步调用期间的TouchableOpacity块#Performance React-native

时间:2018-02-08 07:00:20

标签: android performance react-native axios redux-saga

我完全正在使用react-native android app Groww。正在进行性能优化。

我正在使用Redux-saga& axios for async network calls,在网络调用期间,可触摸的不透明度不起作用,一切正常但可点击的事件没有响应。

我使用Flatlist,shouldComponentUpdate等优化了我的应用程序。但有了这个问题,我会感激不尽。

1 个答案:

答案 0 :(得分:0)

您可以在android / app / build.gradle中启用Hermes。也许这可以帮助您。

project.ext.react = [
        entryFile   : "index.js",
        enableHermes: true,  // clean and rebuild if changing
]