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>.
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 todisplay: flexeasily. In order to support them withreact-nativewe should implement these elements with flexbox and the real<BaseView>.