ptomasroos / react-native-tab-navigator

A tab bar that switches between scenes, written in JS for cross-platform support
MIT License
2.4k stars 415 forks source link

Android different IOS, margin bottom #116

Closed lilonghe closed 7 years ago

lilonghe commented 7 years ago

i'm use ListView style code:

courseItem: {
    height:100,
    alignItems:'center',
    marginBottom:10,
    marginLeft: 10,
    marginRight: 10,
    flexDirection: 'row',
    backgroundColor: '#FFF'
  }

1