Jarod Wong

Results 15 comments of Jarod Wong

I am getting better luck when using `renderers.Popover`: ![image](https://github.com/instea/react-native-popup-menu/assets/13425426/c51d6f01-862b-44e9-a4d6-35f745bf29e8) Ex: `import {..., renderers} from 'react-native-popup-menu'`. `

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...