Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
marklawlor committed Feb 29, 2024
1 parent fb46859 commit b69f958
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/expo-router/build/ExpoRoot.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/expo-router/build/ExpoRoot.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/expo-router/build/ExpoRoot.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/expo-router/src/ExpoRoot.tsx
Expand Up @@ -9,9 +9,9 @@ import { SafeAreaProvider } from 'react-native-safe-area-context';

import UpstreamNavigationContainer from './fork/NavigationContainer';
import { useInitializeExpoRouter } from './global-state/router-store';
import { ServerLocationContext } from './global-state/serverLocationContext';
import { RequireContext } from './types';
import { SplashScreen } from './views/Splash';
import { ServerLocationContext } from './global-state/serverLocationContext';

export type ExpoRootProps = {
context: RequireContext;
Expand Down

0 comments on commit b69f958

Please sign in to comment.