react-native-ios-context-menu icon indicating copy to clipboard operation
react-native-ios-context-menu copied to clipboard

navigation.push

Open ZerakPalani opened this issue 3 years ago • 2 comments

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!

ZerakPalani avatar Apr 16 '22 23:04 ZerakPalani

possible duplicate of #34?

SamuelScheit avatar Aug 29 '22 20:08 SamuelScheit

I think this is solved now from #34.

nandorojo avatar Oct 07 '22 23:10 nandorojo

Thank you for solving this issue!

ZerakPalani avatar Oct 29 '22 18:10 ZerakPalani