rilyu / teaset

A UI library for react native, provides 20+ pure JS(ES6) components, focusing on content display and action control.
MIT License
2.95k stars 480 forks source link

最新版本的 ListRow 中 bottomSeparator 自定义没有用 #372

Open SongBana opened 5 years ago

SongBana commented 5 years ago
<ListRow title="测试" bottomSeparator="indent" />

默认方式可以 <ListRow title="测试" bottomSeparator={<View style={{width:200,height:10,backgroundColor:'red'}}>} /> 自定义不行 看了源码,没有渲染自定义