Move files to lib folder
This commit is contained in:
parent
d8d8ac35f8
commit
cec664c8d0
26 changed files with 58 additions and 59 deletions
|
@ -1,5 +1,5 @@
|
|||
import { useFonts } from 'expo-font';
|
||||
import { Slot, SplashScreen, Stack } from 'expo-router';
|
||||
import { SplashScreen, Stack } from 'expo-router';
|
||||
import { Provider } from 'react-redux';
|
||||
import { useEffect } from 'react';
|
||||
import 'react-native-reanimated';
|
||||
|
@ -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 '@/context/AppProvider';
|
||||
import { useColorScheme } from '@/hooks/useColorScheme';
|
||||
import { store } from '@/store/store';
|
||||
import { AppProvider } from '@/lib/context/AppProvider';
|
||||
import { useColorScheme } from '@/lib/hooks/useColorScheme';
|
||||
import { store } from '@/lib/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