Customizable color picker for your beautiful react native apps
8
stars
5
forks
source link
Warning: Failed child context type: Invalid child context `virtualizedCell.cellKey` of type `number` supplied to `CellRenderer`, expected `string`. #1
Open
neo7-studio-web opened 6 years ago
react-native-status-color-picker : 1.0.5 react-native: 0.55
Appears on ColorPicker.js line 30
Can be corrected in ColorPicker.js by changing line 26 :
_keyExtractor = (item, index) => index.toString();