D
D
Dmitriy Vasilyev2016-06-22 15:47:32
Flexbox
Dmitriy Vasilyev, 2016-06-22 15:47:32

How to display my accordion by status bar in Flexbox?

How to display my accordion by status bar in Flexbox?
b6dd4967a95549dda0db970a036d3b1f.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitriy Vasilyev, 2016-06-22
@Playra

Wrap in View

<View style={styles.content}>
        <Accordion
          sections={SECTIONS}
          renderHeader={this._renderHeader}
          renderContent={this._renderContent}
        />
      </View>

and
content: {
    flex: 1,
    paddingTop: 30,
    backgroundColor: '#fff',
  }

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question