Commit e1a6387
authored
fix: allow Overlay to be focusable in iOS with Full Keyboard Access enabled (react-navigation#12600)
**Motivation**
Currently, if you are using Full Keyboard Access in iOS, there is no way
to close the drawer once it has been opened, as the Pressable within the
Overlay is not focusable.
**Test plan**
in iOS, with Full Keyboard Access enabled at the OS level (System
Settings -> Accessibility -> Keyboards and Typing -> Full Keyboard
Access -> On)
- Open a drawer
- Try to navigate using only the keyboard to the Overlay to close it
- Press space to close the Overlay1 parent ac51096 commit e1a6387
File tree
1 file changed
+1
-0
lines changed- packages/react-native-drawer-layout/src/views
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
0 commit comments