如何在 NativeBase 中将 FAB 与 bottomCenter 和 topCenter 对齐?
<Fab direction="up" containerStyle={{ }} style={{ backgroundColor: '#5067FF' }} position="bottomCenter" >
<Icon name="gas-station" />
</Fab>
底部 FAB 中的中心不起作用。.有没有办法在底部中心安排FAB
有可用于左上角,右上角,左下角,右下的选项,但看不到底部中心/顶部中心的任何内容
添加 containerStyle={{left: '50%'}} 并更改 position="bottomLeft" 或 position="bottomRight" 表示 bottomCenter,位置="topLeft" 或 position="topRight" 表示 topCenter