React-native-paper: Can we make Divider vertical ?

Created on 5 Oct 2019  路  2Comments  路  Source: callstack/react-native-paper

Ask your Question

Is there any prop which we can use to make Divider component vertical ?

question

All 2 comments

@rockfight There is no such prop.

It can be done via style prop, right?

<Divider style={{ width: 1, height: '100%' }} />

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zachariahtimothy picture zachariahtimothy  路  3Comments

yaronlevi picture yaronlevi  路  3Comments

knobandre picture knobandre  路  4Comments

talaikis picture talaikis  路  3Comments

ZhengYuTay picture ZhengYuTay  路  3Comments