I use https://ant.design/components/table/
for react-native project.
I have fetch and all data works except boolead value!
ANy suggestion ?
const columns = [
{
title: 'Test',
dataIndex: 'testbool',
key: 'testbool',
width: '20%',
}, ...
question from:https://stackoverflow.com/questions/65845094/boolean-from-response-server-not-visible-in-table-ant