jeanregisser / react-native-popover

A <Popover /> component for react-native
660 stars 176 forks source link

The Popover content sometimes doesn't appear #3

Open richardsabow opened 9 years ago

richardsabow commented 9 years ago

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?

richardsabow commented 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?

richardsabow commented 9 years ago

Getting closer. :) When this bug occurs, many values in state are NaN: fade, translate, scale.

jeanregisser commented 9 years ago

I'm currently on vacation. I'll be able to look at this issue next week. What version of react-native are you using ?

richardsabow commented 9 years ago

Thanks! Currently i'm using react-native 0.9.