(index: number)
| 95 | const preferences = React.useContext(PreferencesContext); |
| 96 | |
| 97 | const _setDrawerItem = (index: number) => setDrawerItemIndex(index); |
| 98 | |
| 99 | const { isV3, colors } = useExampleTheme(); |
| 100 | const isIOS = Platform.OS === 'ios'; |
no outgoing calls
no test coverage detected
searching dependent graphs…