refactor src folder structure
This commit is contained in:
parent
0bfb70af8b
commit
d0e26e2882
30 changed files with 94 additions and 134 deletions
|
@ -7,9 +7,9 @@ import { DarkTheme, DefaultTheme, ThemeProvider } from '@react-navigation/native
|
|||
import Toast from 'react-native-toast-message';
|
||||
import { AutocompleteDropdownContextProvider } from 'react-native-autocomplete-dropdown';
|
||||
|
||||
import { AppProvider } from '@/lib/context/AppProvider';
|
||||
import { useColorScheme } from '@/lib/hooks/useColorScheme';
|
||||
import { store } from '@/lib/store/store';
|
||||
import { AppProvider } from '@/src/context/AppProvider';
|
||||
import { useColorScheme } from '@/src/hooks/useColorScheme';
|
||||
import { store } from '@/src/store/store';
|
||||
|
||||
// Prevent the splash screen from auto-hiding before asset loading is complete.
|
||||
SplashScreen.preventAutoHideAsync();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue