metahexane

Results 10 comments of metahexane

I have the same problem, but now with updating (basically comes down to the same thing). Is there an actual fix for this? When using dismiss and then show, I...

Running on RN 59.10.0, getting the same error. Worked fine on expo, crashed after bare eject.

Experiencing the same issue on an iPhone 6s. The screen straightup flickers. I even see some traces of previous screens.

Wouldn't close this issue yet, since the solution doesn't work for projects using CRNA, without having it ejected.

@mmazzarolo I tried to google for it, couldn't find any information. Do you have anything for me?

@mmazzarolo I tried changing 'window' to 'screen', such that I have `Dimensions.get('screen').height`. I'm debugging on the Samsung Galaxy S9, however, the modal goes right under the soft bottom bar, even...

@mmazzarolo It's like this: ![image](https://user-images.githubusercontent.com/15888879/41557800-0b3fd4f8-733f-11e8-9d0a-c3c6b6b8dc2d.png) As you can see, the modal goes right under the area of the soft bottom bar, while it's not even there.

This is my view with the model closed (don't mind my poor styling): ![image](https://user-images.githubusercontent.com/15888879/41557998-bf35f1ae-733f-11e8-9574-705d34624013.png) If I use React's built in Modal, along with flex: 1, I get the result I...

@mmazzarolo Hey that actually worked for me, wouldn't it be wiser to use `Dimensions.get('screen').height` in that case? Since screen/window does matter for android and as a model you would actually...

> ...And it still seems to be the inconsistent 😞 It's also inconsistent with height set to 1000. React's built in modal stays consistent...