You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2023. It is now read-only.
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 ?
The text was updated successfully, but these errors were encountered: