question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Getting blank page with no views

See original GitHub issue

I have integrated this library using flag forceNonDeterministicRendering = true since, we don’t know width and height of each element, but seeing whole page as blank sometimes. <RecyclerListView style={{ flex: 1 }} onVisibleIndexesChanged={this.onVisibleIndexesChanged.bind(this)} forceNonDeterministicRendering={true} layoutProvider={this.layoutProvider} dataProvider={this.state.dataProvider} rowRenderer={this._rowRenderer} />

Layout provider code: this.layoutProvider = new LayoutProvider( index => { return this.getDataSource()[index].widgetType }, (type, dim) => { dim.width = width; dim.height = height; } ); Please help me getting this resolved

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12

github_iconTop GitHub Comments

4reactions
naqvitalhacommented, May 28, 2018

@nehacurefit It is important that the given values are close estimates. It is very important for good perf. You don’t have to know exact values, just close approximations. @yuvaraj119 Are you sure there were no JS errors in your code?

0reactions
naqvitalhacommented, May 30, 2018

Great. Closing this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Google image search white screen issue - Fixed - YouTube
blank web pages images on all browsers Chrome Safari Firefox Edge ... not showing on website Why am I getting a blank page...
Read more >
Google Chrome Displays Blank Page and Crashes FIX [Tutorial]
Google Chrome Displays Blank Page and Crashes FIX [Tutorial]Run: %LOCALAPPDATA%\Google\Chrome\The Chrome blank – empty -problem or Chrome ...
Read more >
Fix the Blank White Page Error in WordPress - YouTube
In this video, I will explain how you can fix a blank white page error / white screen ... 5.2K views 1 year...
Read more >
Deleting Blank Pages in Microsoft Word - Get Rid of Pesky ...
Sometimes you end up with an extra page in Microsoft Word that you just can't delete no matter how many times you backspace...
Read more >
IIS Website Just Shows a Blank Page - YouTube
IIS Website Just Shows a Blank Page - How to Solve (When No 500 Error). 1.7K views 10 months ... 1.7K views 10...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found