React-native-ui-kitten: Divider not visible

Created on 17 Jul 2020  路  4Comments  路  Source: akveo/react-native-ui-kitten


First of all, thank you for this awesome framework. Great work!!

馃挰 Question

I cannot manage to use Divider control. Did anyone face the same problem?
It does no show anything. Is it a V5 issue?
Can I change the line color?

UI Kitten and Eva version

| Package | Version |
| ----------- | ----------- |
| @eva-design/eva | ^2.0.0 |
| @ui-kitten/components | ^5.0.0 |

Help wanted

Most helpful comment

This happened a few times for me already although I still don't know when it specifically happens. I think it has something to do with the parent element. To 'fix' this you can specify the divider's width or most of the time for me I use alignSelf: 'stretch'

All 4 comments

馃憢
Any related code?

I'm having the same issue where I'd like to change the line color of the divider

Same Here, The Divider will show as a List separator, however it is invisible when stand-alone

This happened a few times for me already although I still don't know when it specifically happens. I think it has something to do with the parent element. To 'fix' this you can specify the divider's width or most of the time for me I use alignSelf: 'stretch'

Was this page helpful?
0 / 5 - 0 ratings

Related issues

RWOverdijk picture RWOverdijk  路  3Comments

domsterthebot picture domsterthebot  路  3Comments

sarmadkung picture sarmadkung  路  3Comments

chamatt picture chamatt  路  3Comments

eyalyoli picture eyalyoli  路  3Comments