Hello,
when i add to my scrollview this line:
contentContainerStyle={{flexDirection: 'row-reverse', alignItems: 'flex-start', flex: 1, }}
the scrollTo method stop to working, its do nothing.
what can i do?
if i remove the flex: 1 i dont see the content and when i set flexDirection to "row" and not row-reverse
i see only the first view in the scrollview...
tnx a lot
Hello,
when i add to my scrollview this line:
contentContainerStyle={{flexDirection: 'row-reverse', alignItems: 'flex-start', flex: 1, }}the scrollTo method stop to working, its do nothing.
what can i do?
if i remove the flex: 1 i dont see the content and when i set flexDirection to "row" and not row-reverse
i see only the first view in the scrollview...
tnx a lot