-
Notifications
You must be signed in to change notification settings - Fork 44
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
Carousel child content not visible in screen #14
Comments
Hi, @Anandks1993 |
@th0rv I tried the above with react-native-material-bottom-navigation, I couldn't able to find a workaround with that. So I moved to nativebase(https://docs.nativebase.io/Components.html#footer-tabs-def-headref) which has footer tab in it, I could able to use this package with that. |
i encountered similar problem, but im using react-navigation tab-navigator. When the app loaded, the carousel is empty, after navigate to another screen and back to the initial page the carousel then able to render its children. I manage to solve it by adding a timer, after 1 second i set a boolean state to true in order to render the carousel. |
@fengxiongjiang hi do you have an example of your workaround? im stuck at the same thing |
I used the example on the page and the children is not in visible mode. Only the indicators are visible. I don't know why. Please suggest any idea if you guys have any.
The following is the code I used.
And the following is the snapshot for the screen.
The text was updated successfully, but these errors were encountered: