Closed nathanclevenger closed 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:
react-native
react-native-popover-view
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.
debug={true}
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.
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:
react-native
version: Expo 38.0.0react-native-popover-view
version: 3.0.3Repro https://snack.expo.io/m3hEW9eqE
Debug Output Pass the
debug={true}
prop into the Popover, and then paste the contents of the log here.