我有一个操作按钮,我想在屏幕上修复它。 这是我的代码:
<View style={{flex:1}}>
{this.myflatlist()}
<ActionButton />
</View>
但是当我滚动平面列表时,操作按钮将隐藏并且在屏幕上没有固定。 滚动平面列表时如何在屏幕上将其浮动?
谢谢,前进。
答案 0 :(得分:0)
以“操作按钮”的样式给出position属性。
<ActionButton style={position:'absolute',
width:50,
Height:50,
left: 0,
right: 0,
bottom: 0,
alignItems: 'center'}>
</ActionButton>
答案 1 :(得分:0)
在视图中包装ActionButton
并添加到样式表中:
flex : 1