react-native-optimized-flatlist icon indicating copy to clipboard operation
react-native-optimized-flatlist copied to clipboard

undefined is not a function(evaluating '_iterator[typeof Symbol === "function"?Symbol.iterator:"@@iterator"]()')

Open 7elven opened this issue 7 years ago • 0 comments

I found this error when replace with FlatList

<FlatList data={data} renderItem={_renderItem} onEndReached={this._onEndReached} initialNumToRender={5} keyExtractor={(item, index) => index.toString()} extraData={data} />

7elven avatar Jun 17 '18 04:06 7elven