react-native-carousel-view
react-native-carousel-view copied to clipboard
height of carousel
i want the carousel not to have a height, as the items are filled it should keep growing, how to do that to the carousel. (no static height) I think if u can set the default props to null, this should work as needed
can u give solution for this?
I try to set the height similar to the screen height but it doesn't work...
height:'100%' or height:null as no effect.
Can you have a solution please ?
I did a hack around, by calculating the height of items coming and assigning that to the carousel height.