Jerome Kessler
Jerome Kessler
Hello, Not seeing code it is hard to see a problem and fix it but I do have a couple of possible solutions. Try setting the button width to Dimensions.get('window').width....
Hello @parasharrajat Fixed the problem. Change width in popoverMenuItem style to Dimensions.get('window').width. The '100%' was causing the issue. This makes the menu item the size of the modal. It will...
 This is the initial popover I meantioned before. Notice how the width of the popover is the same as the button pre-fix. I do not know why it happened...
Works on iOS 26 for me.