Open richardsabow opened 9 years ago
If i check the views with inspector, i can see, that the content (the children components) of the Popover actually will be rendered, but it isn't visible. So a suggestion, that styles are not correctly calculated or loaded in this case?
Getting closer. :) When this bug occurs, many values in state
are NaN
: fade, translate, scale.
I'm currently on vacation. I'll be able to look at this issue next week. What version of react-native are you using ?
Thanks! Currently i'm using react-native 0.9
.
Sometimes the content of the Popover component doesn't appear. The 'overlay' is visible, i can close it by clicking somewhere, but the real content is invisible. I tried to give fix rect for positioning, but the issue is still there. Sadly i don't no how to reproduce the problem. Maybe an
Animated
issue?