-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tabs problem in the scroll of the elements. #1470
Comments
@Angelk90 couldn't run your code due to some errors. Can you create a test repo for us to test. |
@akhil-geekyants : Meanwhile, I thank you for answering. The version I installed is: react-native-bottom-sheet-behavior@1.0.0-beta.7 I believe why I miss this: And use as a version of sdk these: If it does not work, I will then say how I create a report and the audience, never done it. ;) |
@Angelk90 This may be related to React Native Issue facebook/react-native#1966 |
@Angelk90 Did you find this working? |
@SupriyaKalghatgi : No, it does not work. |
Mostly a React Native issue. Closing this issue. |
I faced the same issue while using tabs which are places below another view. |
@GeekyAnts, @akhil-geekyants:
Hi, I'm using the Tabs component on android.
Link: https://docs.nativebase.io/Components.html#tabs-def-headref
I am not able to scroll the listview that are in the tabs.
react-native, react and native-base version
Expected behaviour
Scroll of the elements that are in the tabs.
Actual behaviour
No Scrolls of the elements found in the tabs.
Steps to reproduce (code snippet or screenshot)
Screenshot of emulator/device
Is the bug present in both ios and android or in any one of them?
I tried only on android.
Any other additional info which would help us debug the issue quicker.
I've tried all the solutions that I've found here, none of them work.
To try it, you must also install:
react-native-vector-icons
react-native-bottom-sheet-behavior
There is a way to force the elements that are in the scrolling tabs.
I think the problem is due to a conflict with react-native-bottom-sheet-behavior.
The text was updated successfully, but these errors were encountered: