react-native-component / react-native-smart-sortable-sudoku-grid

A smart sortable sudoku grid for React Native apps
MIT License
107 stars 42 forks source link

界面没有显示出来 #5

Closed zuzuviewer closed 7 years ago

zuzuviewer commented 7 years ago

<SortableSudokuGrid containerStyle={{backgroundColor: '#fff',}} columnCount={Config.columnCount} dataSource={this.initFieldData()} renderCell={this.renderGridCell} sortable={false}></SortableSudokuGrid> 如上,我的数据源是通过一个函数分析redux来的数据得到的,结果每次数据更新后,会执行这个initFieldData,但是renderGridCell并没有执行