| /expo/packages/expo-dev-menu/app/components/ |
| H A D | LoadInitialData.tsx | 4 import { Splash } from './Splash'; 12 export function LoadInitialData({ children, loader = <Splash /> }: LoadInitialDataProps) {
|
| H A D | Splash.tsx | 6 export function Splash() {
|
| /expo/packages/expo-dev-launcher/bundle/components/ |
| H A D | LoadInitialData.tsx | 4 import { Splash } from './Splash'; 11 export function LoadInitialData({ children, loader = <Splash /> }: LoadInitialDataProps) {
|
| H A D | Splash.tsx | 6 export function Splash() {
|
| /expo/packages/expo-dev-menu/app/ |
| H A D | App.tsx | 7 import { Splash } from './components/Splash'; 28 <LoadInitialData loader={<Splash />}>
|
| /expo/packages/expo-router/build/views/ |
| H A D | Splash.d.ts.map | 1 {"version":3,"file":"Splash.d.ts","sourceRoot":"","sources":["../../src/views/Splash.tsx"],"names":…
|
| H A D | Try.js.map | 1 …Content":["import React from 'react';\n\nimport { SplashScreen } from './Splash';\n\n/** Props pas…
|
| H A D | Splash.js.map | 1 {"version":3,"file":"Splash.js","sourceRoot":"","sources":["../../src/views/Splash.tsx"],"names":[]…
|
| /expo/packages/expo-dev-launcher/bundle/ |
| H A D | App.tsx | 13 import { Splash } from './components/Splash'; 30 <LoadInitialData loader={<Splash />}>
|
| /expo/packages/@expo/config-types/src/ |
| H A D | ExpoConfig.ts | 236 splash?: Splash; 292 export interface Splash { interface
|
| /expo/packages/@expo/config-types/build/ |
| H A D | ExpoConfig.d.ts | 232 splash?: Splash; 288 export interface Splash { interface
|
| /expo/packages/expo-router/src/views/ |
| H A D | Try.tsx | 3 import { SplashScreen } from './Splash';
|
| /expo/packages/expo-router/src/ |
| H A D | renderRootComponent.tsx | 5 import { SplashScreen, _internal_preventAutoHideAsync } from './views/Splash'; 51 * method. This function ensures the Splash Screen and errors are handled correctly.
|
| H A D | ExpoRoot.tsx | 11 import { SplashScreen } from './views/Splash';
|
| /expo/docs/pages/routing/ |
| H A D | appearance.mdx | 13 - Splash screen 72 ## Splash screen 74 Splash screens are required on native platforms. Expo Router automatically orchestrates the native …
|
| /expo/docs/pages/develop/ |
| H A D | project-structure.mdx | 49 title="Splash screen" 50 …description="Splash screen is the first screen that users see when they open your app. Learn how t…
|
| /expo/packages/expo-router/build/ |
| H A D | exports.js.map | 1 …ws/ErrorBoundary';\n\n// Platform\nexport { SplashScreen } from './views/Splash';\n\n// React Navi…
|
| H A D | renderRootComponent.js.map | 1 …Splash';\n\nfunction isBaseObject(obj: any) {\n if (Object.prototype.toString.call(obj) !== '[obj…
|
| /expo/docs/pages/develop/user-interface/ |
| H A D | splash-screen.mdx | 2 title: Splash screen 75 alt="Splash screen with background color" 85 <ImageSpotlight alt="Splash screen resize mode" src="/static/images/splash-screen/resizeMode.png" /> 103 alt="Splash screen resize mode with logo" 125 ### Splash screen API limitations on Android
|
| /expo/docs/.vale/writing-styles/expo-docs/ |
| H A D | HeadingCase.yml | 178 - Splash
|
| /expo/docs/pages/tutorial/ |
| H A D | configuration.mdx | 53 ## Splash screen 138 alt="Splash screen on Developer Menu in Expo Go app."
|
| /expo/docs/pages/distribution/ |
| H A D | app-stores.mdx | 33 title="Splash screen"
|
| /expo/docs/pages/router/migrate/ |
| H A D | from-react-navigation.mdx | 323 - See the [Splash Screen feature](/routing/appearance/#splash-screen) for info on handling the spla… 335 …llback) prop is automatically handled by Expo Router. Learn more in the [Splash Screen](/routing/a… 439 ### Use Expo Router's Splash Screen wrapper
|
| /expo/packages/expo-router/src/global-state/ |
| H A D | router-store.tsx | 18 import { _internal_maybeHideAsync } from '../views/Splash';
|
| /expo/docs/pages/guides/ |
| H A D | progressive-web-apps.mdx | 60 - Splash screens are resolved with: `web.splash | ios.splash | splash`.
|