File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ import { NavigationContainer } from '@react-navigation/native';
4
4
import * as SplashScreen from 'expo-splash-screen' ;
5
5
import { GestureHandlerRootView } from 'react-native-gesture-handler' ;
6
6
import { configure } from 'mobx' ;
7
+ import { View } from 'react-native' ;
7
8
8
9
import { fontsMap } from '../constants/fonts' ;
9
10
import { rootStore } from '../stores' ;
10
11
import AppContent from './AppContent' ;
11
- import { View } from 'react-native' ;
12
12
13
13
configure ( {
14
14
enforceActions : 'never' ,
Original file line number Diff line number Diff line change 1
1
import * as React from 'react' ;
2
+ import { View } from 'react-native' ;
2
3
3
4
import AppNavigator from './AppNavigator' ;
4
5
import BottomSheet from './common/BottomSheet' ;
5
- import { View } from 'react-native' ;
6
6
7
7
/**
8
8
* This is where we add anything related to the content of the App
You can’t perform that action at this time.
0 commit comments