Jarod Wong
Jarod Wong
Same here as of April 2024.
I am getting better luck when using `renderers.Popover`:  Ex: `import {..., renderers} from 'react-native-popup-menu'`. `
I am getting this on web too.
Fixed! I realized the **ToastProvider** wasn't mounting in time, causing the reference to `toast` to be `undefined`. Just make sure your parent context state fully mounts before rendering the child...
Hi, I'm attempting to work on a fix. I too find the documentation cryptic. I am also working on updating the **README.md**, because it took me far too long to...