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 am trying to implement a DropdownMenu in the right side of the header of my app using React Navigation. The menu works perfectly on iOS, but on Android, clicking on it has no effect—it simply does not open.
I even copied the code from a working tutorial to ensure there were no mistakes, but the issue persists.
I am using createStackNavigator (not createNativeStackNavigator), and I wonder if this could be part of the issue.
Any help would be greatly appreciated. Thank you!
Steps to Reproduce:
Create a screen with a custom header using createStackNavigator from React Navigation.
Add a DropdownMenu to the headerRight option as shown in the code below.
Run the app on Android and iOS.
Observe the behavior: the dropdown works on iOS but not on Android.
Hello,
I am trying to implement a DropdownMenu in the right side of the header of my app using React Navigation. The menu works perfectly on iOS, but on Android, clicking on it has no effect—it simply does not open.
I even copied the code from a working tutorial to ensure there were no mistakes, but the issue persists.
I am using createStackNavigator (not createNativeStackNavigator), and I wonder if this could be part of the issue.
Any help would be greatly appreciated. Thank you!
Steps to Reproduce:
Code Example:
The text was updated successfully, but these errors were encountered: