-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Menu list items are pressable after close #76
Comments
I think you need to minus (-) zindex of menu, when close/inactive |
Another problem found @enesozturk , |
Unfortunately, this package is not working as expected and as shown in the documentation, examples and gif. So sad |
This is indeed unexpected and I cannot reproduce the same issue you recorded. Do you get the same with all the use cases? Which version are you using?
This was one of the old issues and I remember it's solved. When I run the example on the same device (It's Expo, so would be easy to test), I cannot see the same issue between the examples. |
Alright. But let's quick fix the first and main issue. (The Menu list items pressable issue on android) @enesozturk |
Actually, I found the exact issue. The Mainly, this condition is not working on |
Please try to fix these two issues ASAP @enesozturk 🙏🙏!! |
In browser or node, But in React Native, it always converts to this. So the equal (===) condition always returns true. Is it clear? @enesozturk |
I found this issue facebook/hermes#114 and facebook/hermes#612 (comment) |
Bump. Waiting |
I console logged normal function. It is showing the function body. The reason of the above issue is you used
|
@enesozturk Can you please fix these issues ASAP? My app is buggy for this package now. Or instead, I should find another package? |
Hi I use latest version of the lib UPD. Created PR for this |
Describe the bug
When you first time open manu, the area of where the menu list items were opened, are pressable. Menu is hidden, But still can press the menu items. Can't understand what is the problem .. Please fix.
Package versions
"react": "17.0.2",
"react-native": "0.68.2",
"react-native-reanimated": "~2.8.0",
"react-native-hold-menu": "^0.1.5",
"expo": "^45.0.6",
The text was updated successfully, but these errors were encountered: