leecade / react-native-practice

8 stars 0 forks source link

ListView reset style (remove extra space at the top) #19

Closed leecade closed 8 years ago

leecade commented 8 years ago

// work with TabBarIOS  / NavigatorIOS
listView: {
  marginTop:64
}
<ListView
  contentInset={{bottom:49}}
  automaticallyAdjustContentInsets={false}
>