You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi, thanks for bringing this up! It seems like this might be a better question for stack overflow, since it is more "how do I do X" rather than "here is a bug". I am going to close this issue with that suggestion.
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
The text was updated successfully, but these errors were encountered: