ERROR Warning: Failed prop type: Invalid prop textStyle of type array supplied to Cell, expected object.
I'm facing same issue at this version "react-native-table-component": "^1.2.2";
const rowTextStyle = { color: 'red' };
textStyle={rowTextStyle}
Anybody know the answer ? I'm giving object only.. why it showing again expected object ?
ERROR Warning: Failed prop type: Invalid prop textStyle of type array supplied to Cell, expected object.
I'm facing same issue at this version "react-native-table-component": "^1.2.2";
const rowTextStyle = { color: 'red' };
textStyle={rowTextStyle}
Anybody know the answer ? I'm giving object only.. why it showing again expected object ?