-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Blank Tab Content with initialPage value 1 #762
Comments
+1 |
also |
+1 only iOS, Android is show. |
Did you try |
+1 on IOS, use prerenderingSiblingsNumber={1} doesn't fix the problem. |
Any updates? Can't use this yet. |
Would fix it but current maintainer @skv-headless is gone missing :D |
maybe @brentvatne can help along with @skv-headless ? |
The next week, I might have couple hour to drill to that.. but no promises on that. |
I switched to react-native-tab-view but thanks anyway |
close for #750 |
I have the same problem with iOS. What is the solution to resolved this issues? |
@syzer When can we expect fix for this |
currently not working on this issue |
Try this. It worked. Ideal for changing first pages. componentDidMount() { |
Issue is still there. This make me to move out from the lib. Any solution for this? |
@Balasnest did you try @kubilaytural solution or|and using |
@syzer Yes. @kubilaytural solution is helped me. |
@syzer Most of the time data is not loading. Very rarely its working out. I guess settimeout is not working exactly. How can resolve this? |
have you tried using react timing functions? to be honest i'm not sure how i patched it 😄 it was august last year or so :) you could also try this replacement: |
ty, fixed the problem |
Hello,
I have 2 tabs in my react-native app. First tab has "favourite" content and Second tab has "All" content. When the array of "favourite" content is empty, I need to show "All" contents. For this I am using initialPage={1}. I can see the active tab, but the content is not visible. I just see blank screen.
If I scroll to tab 0 and then scroll back to tab 1, the content is visible. I tried every solution provided in few issues but didn't find any luck. Can anyone please help?
Thanks!
The text was updated successfully, but these errors were encountered: