SteffeyDev / react-native-popover-view

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

Fix from prop type #168

Closed jesuscc1993 closed 1 year ago

jesuscc1993 commented 1 year ago

Fix from prop type only picking up views, which do not have an onPress prop.

Context

After upgrading to RN 0.72 the library started complaining about the from props that were deemed valid before. I couldn't find any way of setting them properly without changing the type to a more generic one, hence this PR.

SteffeyDev commented 1 year ago

Thanks, published as 5.1.8