yoonzm / react-native-alphabet-flat-list

使用FlatList制作的react-native字母选择列表

Home Page:https://github.com/yoonzm/react-native-alphabet-flat-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning virtualizedCell.cellKey

agungjk-okadoc opened this issue · comments

I think we must change the key from number to string

Failed child context type: Invalid child context virtualizedCell.cellKey of type number supplied to CellRenderer, expected string.

yes, you are right, I can update number to string.