反应原生滚动视图无滚动

时间:2017-05-27 05:45:06

标签: reactjs react-native

我在react-native应用中的渲染函数中返回了以下代码。 containerflex属性设置为1。

即使内容溢出,滚动也无法正常工作。我做错了什么?

还尝试将flex的{​​{1}}设置为1.仍然无效。

ScrollView

1 个答案:

答案 0 :(得分:1)

我相信你不应该在ScrollView中使用ListView。 您可以使用renderHeader功能并放在那里 你的标题:

 <View style={globalStyle.header}>
     <Text style={globalStyle.title}> {localization.categories} </Text>
 </View>