react-native-ios-context-menu
react-native-ios-context-menu copied to clipboard
navigation.push
Using contextMenuButton on a screen, but this screen also has some buttons(navigation.push used here) somewhere else (not even related to the contextMenu) but it seems like if you go to a navigation.push() and then go back to the previous screen that has the contextMenu, the contextMenu is removed and becomes a blank/empty space.
I only found 1 article related to this issue, seems like not many have tried navigation.push() with contextMenu. The ones who reported this issue ended up realizing that this module caused the issue so they decided to remove it, but for me, I want to keep using this module so if you can fix this for me then it's perfect!
Thank you!
possible duplicate of #34?
I think this is solved now from #34.
Thank you for solving this issue!