A pseudo <BaseView> component is used for tables (<table>, <thead>, <tbody>, <tfoot>, <tr>, <th>, <td>) and basic lists (<ul>, <ol>, <li>), because these elements cannot be set to display: flex easily. In order to support them with react-native we should implement these elements with flexbox and the real <BaseView>.