native/src/components/SettingItem.tsx
Function SettingItem
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
const SettingItem = (props: SettingItemProps): ReactElement => {
const { title, description, onPress, value, hasBadge, hasSwitch, bigTitle, role } = props
const { t } = useTranslation('settings')
return (