Skip to content
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

Full Screen bugs while opening Modals & Text inputs #35

Open
gamenic-arim opened this issue Apr 26, 2020 · 5 comments
Open

Full Screen bugs while opening Modals & Text inputs #35

gamenic-arim opened this issue Apr 26, 2020 · 5 comments

Comments

@gamenic-arim
Copy link

Bugs Evidence:-
1587899218343
1587899263118

@Ivanov89
Copy link

Same effect here .
Any feedback will be appreciated !

Thanks!

@morwalz
Copy link

morwalz commented May 28, 2020

Hi, any solution ?

@DeadKuriel
Copy link

I have same problem.

@Joshmatjjen
Copy link

Lol... No fix yet, Same Problem, Very Frustrating

@molimat
Copy link

molimat commented Aug 5, 2021

Add the property statusBarTranslucent to your Modal. It worked for me.

Example:

<Modal
  isVisible={isModal}
  backdropOpacity={0.5}
  backdropColor="black"
  animationIn="fadeIn"
  animationOut="fadeOut"
  statusBarTranslucent
></Modal>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants