You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to implement the react-native-material-menu library in my project.
The problem is, that the menu open in the headerRight (as I expect) and also in the headerLeft.
Any idea how to fix it?
Hi guys,
I try to implement the react-native-material-menu library in my project.
The problem is, that the menu open in the headerRight (as I expect) and also in the headerLeft.
Any idea how to fix it?
Menu_bug.mp4
My depedencies are the current as:
"dependencies": {
"@react-navigation/drawer": "^6.6.6",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"expo": "^50.0.7",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "^0.73.4",
"react-native-gesture-handler": "^2.14.1",
"react-native-material-menu": "^2.0.0",
"react-native-reanimated": "^3.6.2",
"react-native-safe-area-context": "^4.8.2",
"react-native-screens": "^3.29.0"
}
The text was updated successfully, but these errors were encountered: