I use https://ant.design/components/table/ for react-native project.
https://ant.design/components/table/
I have fetch and all data works except boolead value!
ANy suggestion ?
const columns = [ { title: 'Test', dataIndex: 'testbool', key: 'testbool', width: '20%', }, ...
2.1m questions
2.1m answers
60 comments
57.0k users