如何增加ListView行滑动(React Native)的'react-native-swipeout'的按钮宽度?

时间:2016-07-14 21:08:38

标签: javascript ios react-native swipe react-jsx

我正在尝试使用以下组件:https://github.com/dancormier/react-native-swipeout

但是我想要一直刷掉这一行。有没有办法增加按钮宽度,以便刷卡时按钮可以覆盖行的整个宽度?

我尝试在以下style = {}中添加“width:200”,但给定的按钮宽度仍然相同:

component: <View style={{flex:1}}><Text>Full Width</Text></View>

1 个答案:

答案 0 :(得分:0)

尝试添加

const swipeSittings ={
...
      buttonWidth:150,
...

刷卡