SteffeyDev / react-native-popover-view

A well-tested, adaptable, lightweight <Popover> component for react-native
MIT License
613 stars 92 forks source link

Changed the popover props #88

Closed nicomontanari closed 4 years ago

nicomontanari commented 4 years ago

The prop "isVisible" must not be optional, while "arrowShift" must be optional.

nicomontanari commented 4 years ago

I made these changes following the props table and the prop isVisible is with attribute optional as "No". Do I have to change the README too?

SteffeyDev commented 4 years ago

Ah good catch, I missed updating that on the Readme when I released v3. If you don't update it I will before I release.

nicomontanari commented 4 years ago

Now everything looks fine 😄