SteffeyDev / react-native-popover-view

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

Fix typing #63

Closed ph1p closed 4 years ago

ph1p commented 4 years ago

Add Partial, because of the spread operator: https://github.com/SteffeyDev/react-native-popover-view/blob/master/src/Popover.js#L817

SteffeyDev commented 4 years ago

Published as 2.1.1

SteffeyDev commented 4 years ago

Thanks!