SteffeyDev / react-native-popover-view

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

why not use import { ViewPropTypes } from 'react-native'? #132

Closed hytStart closed 2 years ago

hytStart commented 2 years ago

https://github.com/SteffeyDev/react-native-popover-view/blob/d268481b271683da556ed51cf3aa1d13b84ef112/src/Popover.tsx#L85

const stylePropType = isWeb ? PropTypes.object : ViewPropTypes.style
SteffeyDev commented 2 years ago

Thanks, closing in favor of #133