Issue Description
On Android only, setting option interceptTouchOutside to false does not allow touch events to occur on elements underneath the overlay. On iOS it works perfectly.
Steps to Reproduce / Code Snippets / Screenshots
Navigation.showOverlay({
component: {
id: 'dashboard-action-button',
name: '/dashboard-action-button',
options: {
overlay: {
interceptTouchOutside: false,
},
},
},
});
Environment
- React Native Navigation version: 2.16.0
- React Native version: 0.59.1
- Platform(s) (iOS, Android, or both?): Android
- Device info (Simulator/Device? OS version? Debug/Release?): Device (Samsung Galaxy S8), Android 9.0,
Issue Description
On Android only, setting option interceptTouchOutside to false does not allow touch events to occur on elements underneath the overlay. On iOS it works perfectly.
Steps to Reproduce / Code Snippets / Screenshots
Environment