位置:React Native中的“绝对”不起作用

时间:2018-06-29 14:33:02

标签: react-native

如何在React Native中为position: “absolute”使用ScrollView风格?

我使用此代码显示空白页:

<ScrollView style={{flex:1}}>
    <View
         style={{
           position:"absolute",
           top:0,
           right:0,
           width:100,
           height:100,
           backgroundColor:'red',
         }}
    />
   ....
   ....
   ....
</ScrollView>

0 个答案:

没有答案