如何将FAB与nativebase中的底部中心对齐?

时间:2017-11-18 12:02:45

标签: react-native native-base

如何将FAB与NativeBase中的bottomCenter和topCenter对齐?

<Fab direction="up" containerStyle={{ }} style={{ backgroundColor: '#5067FF' }} position="bottomCenter" > 
    <Icon name="gas-station" /> 
</Fab> 
FAB中的底部中心无法正常工作..有没有办法在底部中心安排FAB

topLeft,topRight,bottomLeft,bottomRight可以选择。但是对于bottomCenter / topCenter,没有任何东西可以看到

1 个答案:

答案 0 :(得分:0)

添加containerStyle = {{left:'50%'}}并为bottomCenter更改position =“ bottomLeft”或position =“ bottomRight”,为topCenter更改position =“ topLeft”或position =“ topRight”