Resolved Warning: Failed prop type: Invalid prop textStyle of type array supplied to Cell, expected object.

 First of all open  package.json 

replace "react-native-table-component":"^1.2.2"  to "react-native-table-component":""https://github.com/slice312/react-native-table-component.git"


 "dependencies": {

    "react-native-table-component": "https://github.com/slice312/react-native-table-component.git"
  },

After replact that run below command for update package.json file
npm update

Comments