<View key={item.key} style={[styles.sectionStyle, this.props.sectionStyle]}>
                          <Text style={[styles.sectionTextStyle, this.props.sectionTextStyle]}>
                            {item.label}
                          </Text>
                        </View>