📌  相关文章
📜  Invariant Violation:scrollToIndex 应该和 getItemLayout 或 onScrollToIndexFailed 一起使用,否则无法知道屏幕外索引的位置或处理失败. - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:18.242000             🧑  作者: Mango

代码示例1
 {
    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