📅  最后修改于: 2022-03-11 14:59:18.242000             🧑  作者: Mango
{
const wait = new Promise(resolve => setTimeout(resolve, 700));
wait.then(() => {
fListRef.current?.scrollToIndex({ index: info.index, animated: true/false });
});
}}
/>
https://github.com/facebook/react-native/issues/14198