mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-23 04:00:15 +08:00
fix: hide content while drawer is open from talkback (#132)
This commit is contained in:
@@ -37,6 +37,7 @@ it('renders successfully', () => {
|
||||
}
|
||||
>
|
||||
<View
|
||||
importantForAccessibility="yes"
|
||||
style={
|
||||
Object {
|
||||
"flex": 1,
|
||||
|
||||
@@ -544,6 +544,7 @@ export default class DrawerView extends React.PureComponent<Props> {
|
||||
},
|
||||
sceneContainerStyle as any,
|
||||
]}
|
||||
importantForAccessibility={open ? 'no-hide-descendants' : 'yes'}
|
||||
>
|
||||
{renderSceneContent({ progress: this.progress })}
|
||||
<TapGestureHandler
|
||||
|
||||
Reference in New Issue
Block a user