We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
marginTop
flexDirection
1 parent 1788256 commit 6ed4bbbCopy full SHA for 6ed4bbb
demo/app/pages/TitleIndicatorPage.js
@@ -33,7 +33,7 @@ export default class TitleIndicatorPage extends Component {
33
</View>
34
35
<IndicatorViewPager
36
- style={{flex: 1, paddingTop: 48}}
+ style={{flex: 1, flexDirection: 'column-reverse'}}
37
indicator={this._renderTitleIndicator()}
38
onPageScroll={this._onPageScroll.bind(this)}
39
>
0 commit comments