【发布时间】:2023-10-28 08:45:01
【问题描述】:
在 react-native 应用程序中,我想使用来自 redux-saga 的 InteractionManager。
InteractionManager.runAfterInteractions(() => {
// ...long-running synchronous task...
});
有可能吗?怎么用?
【问题讨论】:
标签: reactjs react-native redux redux-saga