三重嵌套ScrollVIew不滚动

时间:2018-05-19 23:34:05

标签: react-native scrollview expo native-base

我正在编写一个expo + nativebase应用程序。我有......

<ScrollView>
  <ScrollView horizontal>
     <Content> </Content> // how to get this to scroll?
  </ScrollView>
</ScrollView>

如何让嵌套内容(nativebase的ScrollView)滚动?我尝试用ScrollView替换内容但没有成功。

任何滚动前的图像 unscrolled

尽可能向下滚动后的图像。嵌套的<Content>仍然有更多要显示,但不会滚动 scrolled all the way down

0 个答案:

没有答案