React-native-paper: ProgressBar - Couldn't find a way to set progressBar's height

Created on 19 Feb 2019  路  2Comments  路  Source: callstack/react-native-paper


Current behaviour

I can't find a way to set Progressbar's height.
I managed to use this snippet but It didn't work.

<ProgressBar
          style={{ flex: 1, marginRight: 12, height: 20, paddingVertical: 20 }}
          progress={0.5}
          color={Colors.green800}
 />

Expected behaviour

The height of the ProgressBar should be style-able.

Most helpful comment

All 2 comments

Was this page helpful?
0 / 5 - 0 ratings

Related issues

satya164 picture satya164  路  4Comments

ButuzGOL picture ButuzGOL  路  3Comments

zxccvvv picture zxccvvv  路  4Comments

mihaidaviddev picture mihaidaviddev  路  3Comments

makhataibar picture makhataibar  路  4Comments