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.

Problems with full screen rendering

See original GitHub issue

I can’t get ModalBox to work properly. I want to have a bottom oriented Modal where the rest of the screen has a semi transparent backdrop. Kind of default. What I’m seeing is a transparent overlay and no backdrop. I’m not too familiar with this component. But it seems like the height is set to the enclosing component and the positioning set relative to that instead of to the entire screen. (the height parameter looks suspicious)

I apply it in a deeply nested structure.

I’m using RN 0.32. Any suggestions?

<Modal
    isOpen={this.state.pickerVisible}
    position="bottom"
    style={{backgroundColor:'white'}}
    >
      {this.picker(field)}
  </Modal>;
screen shot 2016-08-30 at 20 24 49 screen shot 2016-08-30 at 20 24 03

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:3
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

7reactions
jasongrishkoffcommented, Jan 30, 2017

Also finding this “relative” sizing to be a bit constraining 😦

1reaction
kashavcommented, Dec 4, 2016

Running into the same problem. I have my modal in a container, but want it to fit the full screen. Anyway to override the bounds of the container and make the modal fill the screen’s width/height?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Demystifying Fullscreen Optimizations - DirectX Developer Blog
This process of intercepting the render and presentation process can cause problems including performance regressions, instability and issues ...
Read more >
Assetto corsa full screen mode rendering problem
After a small 30 mb update, my full screen rendering does not work, Now it renders a small screen in the middle with...
Read more >
Warzone 66% RES and Borderless Fullscreen FIX - YouTube
Warzone 66% RES and Borderless Fullscreen FIX - How To Fix Warzone Launch Bug !Be sure to subscribe to the channel if you're...
Read more >
Report Bugs: FULL SCREEN MODE (19 ideas)
Wrong rendering of inequal-resolution images in full screen mode ... When reviewing images in full screen mode, there are a few problems with...
Read more >
I'm getting a "Render creation error: failed to match desired full ...
This error occurs when you're trying to launch Morrowind in a resolution that isn't supported by your system's monitor (or a resolution unsupported...
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