-
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
initial page shows blank #769
Comments
I have this problem on iOS after updating my app to react-native 48.4 |
Any luck on getting this fixed or an ETA? Seems like a big issue and is causing a lot of loading problems. |
I'm about to release my app and this is a blocker. appreciate fast response |
Same situation here |
See here: I think it’s time to replace the library... |
close for #750 |
You closed this and I downloaded the latest commit, but the issue is still happening. Does this mean the updates you made have not been committed yet? |
No, It is just duplication of #750 |
Ok, thanks for the update. any ETA on the fix? |
This #750 (comment) should work I think maybe I will make temporary solution with this patch |
I followed that, but I'm using 0.8.0 version. There is no componentDidMount in that version to update what that person had said. |
FYI - By putting in the componentDidMount code that was suggested that was missing from 0.8.0 version did the trick to get it back to functioning better. |
delay load render scrollable-tab-view can resolve this question,you can set state,when open this page ,show an activityIndicator,after 500ms,change state,then render scrollable-tab-view,this is an temporary method,maybe ,wo can wait plaugs refresh eg:if(this.state.delayShowScrollableTabView) ); <TouchableOpacity activeOpacity={0.95} style={newsNavRow.searchWrapper} onPress={()=> {this.props.navigation.navigate("NewsSearch_V2",{searchContent:"News"})}}> <View style={{flex:1,width:30,height:Platform.OS=="ios"?44:55,zIndex:11,position:"absolute",top:0,right:44}}> {newsListView} ); |
When I force an initial page to something other than the first page it is rendering blank. Scrolling to other tabs will render data and then going back to that initial forced page renders the data correctly.
Using:
"react": "16.0.0-alpha.12",
"react-native": "https://github.com/expo/react-native/archive/sdk-21.0.2.tar.gz",
Any insights into fixing this would be great.
The text was updated successfully, but these errors were encountered: