react-native-tab-view inside ScrollView is not scrollable by selecting TabView Items #12435
Unanswered
DeepikaSharma5
asked this question in
Q&A
Replies: 6 comments
-
|
P.S This happens only in iOS devices. Android is working fine |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Anyone? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Same here |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
same |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
same |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Any updates or idea to fix this problem? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using react-native-tab-view in my react native project. These are the versions I use.
In my home page, I have a scroll view and inside that I have different components as contents. When I try to scroll from any other component, it is working fine and scrollable. But when I try to scroll from component, it is not scrolling. I tried changing the styles, adding flex:1, height and a lot. But nothing is working.I don't understand what I am doing wrong here. If anyoue can help my by suggesting some methods or ideas it will be really helpful.
This is my ScrollView from Home page. In here when I ty to scroll form any component other than HomePageTabContent is working fine.
This is my HomePageTabContent. In here I am able to scroll if I longpress from the . But is not scrollable.
This is my HomePageContentTab.
Please don't suggest me to change the coding structure as I have shared you the minimalistic code, but this works fine other than the scroll issue. It would be really helpful if you can share some ideas to overcome this issue.
Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions