| 1 | import React, { useMemo } from 'react'; |
| 2 | import { Pressable, StyleProp, StyleSheet, Switch, SwitchProps, Text, TextStyle, View, ViewStyle } from 'react-native'; |
| 3 | import { useLocale } from '@react-navigation/native'; |
| 4 |
nothing calls this directly
no test coverage detected