()
| 27 | const PERSISTENCE_KEY = 'NAVIGATION_STATE'; |
| 28 | const PREFERENCES_KEY = 'APP_PREFERENCES'; |
| 29 | const noop = () => {}; |
| 30 | |
| 31 | const Drawer = createDrawerNavigator<{ Home: undefined }>(); |
| 32 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…