SteffeyDev / react-native-popover-view

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

Not working on react-native-web #77

Closed nathanclevenger closed 4 years ago

nathanclevenger commented 4 years ago

Describe the bug The popover works fine on iOS and Android, but not react-native-web (at least on Chrome or Safari with Expo)

Device/Setup Info:

Repro https://snack.expo.io/m3hEW9eqE

Debug Output Pass the debug={true} prop into the Popover, and then paste the contents of the log here.

SteffeyDev commented 4 years ago

Yep, looks like web support is hit or miss. I changed the readme to reflect this, as I don't have time to support web right now. Open to PRs for better web support, however.