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

alikazemkhanloo picture alikazemkhanloo  路  4Comments

tonyxiao picture tonyxiao  路  3Comments

ButuzGOL picture ButuzGOL  路  3Comments

scottybo picture scottybo  路  3Comments

ButuzGOL picture ButuzGOL  路  4Comments