File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { ScreenHeader } from '@app/components/ScreenHeader';
33import { usePreferences } from '@app/store/preferenceStore' ;
44import { useMemo } from 'react' ;
55import { View } from 'react-native' ;
6- import { StyleSheet , useUnistyles } from 'react-native-unistyles' ;
6+ import { StyleSheet , useUnistyles } from 'react-native-unistyles' ;
77
88export function ChatPreferenceScreen ( ) {
99 const {
Original file line number Diff line number Diff line change 11import { Menu } from '@app/components/Menu' ;
22import { View } from 'react-native' ;
3- import { StyleSheet , useUnistyles } from 'react-native-unistyles' ;
3+ import { StyleSheet , useUnistyles } from 'react-native-unistyles' ;
44
55export function SettingsCacheScreen ( ) {
66 const { theme } = useUnistyles ( ) ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { ScreenHeader } from '@app/components/ScreenHeader';
33import { useAppNavigation } from '@app/hooks/useAppNavigation' ;
44import { SettingsStackParamList } from '@app/navigators/SettingsStackNavigator' ;
55import { View } from 'react-native' ;
6- import { StyleSheet , useUnistyles } from 'react-native-unistyles' ;
6+ import { StyleSheet , useUnistyles } from 'react-native-unistyles' ;
77
88export function SettingsDevtoolsScreen ( ) {
99 const { navigate } = useAppNavigation < SettingsStackParamList > ( ) ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { ScreenHeader } from '@app/components/ScreenHeader';
33import { useAppNavigation } from '@app/hooks/useAppNavigation' ;
44import { SettingsStackParamList } from '@app/navigators/SettingsStackNavigator' ;
55import { View } from 'react-native' ;
6- import { StyleSheet , useUnistyles } from 'react-native-unistyles' ;
6+ import { StyleSheet , useUnistyles } from 'react-native-unistyles' ;
77
88export function SettingsOtherScreen ( ) {
99 const { navigate } = useAppNavigation < SettingsStackParamList > ( ) ;
You can’t perform that action at this time.
0 commit comments