🐞 Bug Report
Description
The hamburger menu on the Read Articles page is not opening when tapped. Users are unable to access the navigation drawer from this screen.
This issue should be investigated and fixed to ensure consistent navigation behavior across the application.
📱 Affected Screen
- Read Articles (Mobile View)
🐛 Current Behavior
- Tapping the hamburger menu icon does not open the navigation drawer.
- No navigation action or visual feedback is triggered.
- Users cannot access the drawer menu from the Read Articles page.
✅ Expected Behavior
- Tapping the hamburger menu should immediately open the application's navigation drawer.
- The interaction should behave consistently with other screens in the app.
- The menu button should remain responsive after navigation, refresh, or theme changes.
🔍 Investigation Checklist
- Verify the hamburger icon's
onPress handler is correctly wired.
- Ensure the screen is wrapped with the appropriate navigation container or drawer navigator.
- Confirm the correct navigation method (e.g.,
openDrawer()) is being called.
- Check for overlays, gestures, or components intercepting touch events.
- Validate header configuration and custom header implementation.
- Test on both Android and iOS.
🧪 Testing
Verify the following scenarios:
- Tap the hamburger icon to open the navigation drawer.
- Open and close the drawer multiple times.
- Confirm functionality after navigating back to the screen.
- Test in both Light and Dark themes.
- Ensure no touch or layout issues prevent interaction.
✅ Acceptance Criteria
🐞 Bug Report
Description
The hamburger menu on the Read Articles page is not opening when tapped. Users are unable to access the navigation drawer from this screen.
This issue should be investigated and fixed to ensure consistent navigation behavior across the application.
📱 Affected Screen
🐛 Current Behavior
✅ Expected Behavior
🔍 Investigation Checklist
onPresshandler is correctly wired.openDrawer()) is being called.🧪 Testing
Verify the following scenarios:
✅ Acceptance Criteria