SteffeyDev / react-native-popover-view

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

Fix for ViewPropTypes deprecation for RN 68 #140

Closed andrew-schenk closed 2 years ago

andrew-schenk commented 2 years ago

preserves hack for React Native Web.

SteffeyDev commented 2 years ago

Actually, because the ViewPropTypes are in their own package now, the hack shouldn't be needed anymore. I'm going to test and see.

SteffeyDev commented 2 years ago

Yes, it looks like I can do away with the hack! I'll make the change, thanks for bringing this to my attention