我有完整的react原生安卓应用程序Groww .Working进行性能优化。
我使用Redux-saga & axios进行异步网络调用,在网络调用期间,可触摸不透明度不起作用,一切正常,但可点击事件没有响应。
我已经使用Flatlist,shouldComponentUpdate等优化了我的应用程序。但在这个问题上,我被困住了,任何帮助都将不胜感激。
发布于 2019-11-13 02:14:35
您可以在安卓/app/build.gradle开启爱马仕。也许这能帮到你。
project.ext.react = [
entryFile : "index.js",
enableHermes: true, // clean and rebuild if changing
]https://stackoverflow.com/questions/48679429
复制相似问题