2016-09-14 2 views
0

이지도 위에 가로 스크롤보기를 넣으려고하지만 스크롤하지 않습니다. 내가 도대체 ​​뭘 잘못하고있는 겁니까? enter image description here절대 위치가있는 가로 ScrollView 반응 네이티브

<ScrollView 
     style={{ 
      position: 'absolute', 
      bottom: 50, 
     }} 
     horizontal 
     contentContainerStyle={{ 
      width: screen.width, 
      height: 120, 
      alignItems: 'center', 
      justifyContent: 'center', 
     }} 
     > 

답변

1

괜찮 제가

contentContainerStyle 폭을 지정하지 않음으로써이 해결
관련 문제