我在react-native
应用中的渲染函数中返回了以下代码。 container
将flex
属性设置为1。
即使内容溢出,滚动也无法正常工作。我做错了什么?
还尝试将flex
的{{1}}设置为1.仍然无效。
ScrollView
答案 0 :(得分:1)
我相信你不应该在ScrollView中使用ListView。
您可以使用renderHeader
功能并放在那里
你的标题:
<View style={globalStyle.header}>
<Text style={globalStyle.title}> {localization.categories} </Text>
</View>