Home
last modified time | relevance | path

Searched refs:Splash (Results 1 – 25 of 34) sorted by relevance

12

/expo/packages/expo-dev-menu/app/components/
H A DLoadInitialData.tsx4 import { Splash } from './Splash';
12 export function LoadInitialData({ children, loader = <Splash /> }: LoadInitialDataProps) {
H A DSplash.tsx6 export function Splash() {
/expo/packages/expo-dev-launcher/bundle/components/
H A DLoadInitialData.tsx4 import { Splash } from './Splash';
11 export function LoadInitialData({ children, loader = <Splash /> }: LoadInitialDataProps) {
H A DSplash.tsx6 export function Splash() {
/expo/packages/expo-dev-menu/app/
H A DApp.tsx7 import { Splash } from './components/Splash';
28 <LoadInitialData loader={<Splash />}>
/expo/packages/expo-router/build/views/
H A DSplash.d.ts.map1 {"version":3,"file":"Splash.d.ts","sourceRoot":"","sources":["../../src/views/Splash.tsx"],"names":…
H A DTry.js.map1 …Content":["import React from 'react';\n\nimport { SplashScreen } from './Splash';\n\n/** Props pas…
H A DSplash.js.map1 {"version":3,"file":"Splash.js","sourceRoot":"","sources":["../../src/views/Splash.tsx"],"names":[]…
/expo/packages/expo-dev-launcher/bundle/
H A DApp.tsx13 import { Splash } from './components/Splash';
30 <LoadInitialData loader={<Splash />}>
/expo/packages/@expo/config-types/src/
H A DExpoConfig.ts236 splash?: Splash;
292 export interface Splash { interface
/expo/packages/@expo/config-types/build/
H A DExpoConfig.d.ts232 splash?: Splash;
288 export interface Splash { interface
/expo/packages/expo-router/src/views/
H A DTry.tsx3 import { SplashScreen } from './Splash';
/expo/packages/expo-router/src/
H A DrenderRootComponent.tsx5 import { SplashScreen, _internal_preventAutoHideAsync } from './views/Splash';
51 * method. This function ensures the Splash Screen and errors are handled correctly.
H A DExpoRoot.tsx11 import { SplashScreen } from './views/Splash';
/expo/docs/pages/routing/
H A Dappearance.mdx13 - 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 Dproject-structure.mdx49 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 Dexports.js.map1 …ws/ErrorBoundary';\n\n// Platform\nexport { SplashScreen } from './views/Splash';\n\n// React Navi…
H A DrenderRootComponent.js.map1Splash';\n\nfunction isBaseObject(obj: any) {\n if (Object.prototype.toString.call(obj) !== '[obj…
/expo/docs/pages/develop/user-interface/
H A Dsplash-screen.mdx2 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 DHeadingCase.yml178 - Splash
/expo/docs/pages/tutorial/
H A Dconfiguration.mdx53 ## Splash screen
138 alt="Splash screen on Developer Menu in Expo Go app."
/expo/docs/pages/distribution/
H A Dapp-stores.mdx33 title="Splash screen"
/expo/docs/pages/router/migrate/
H A Dfrom-react-navigation.mdx323 - 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 Drouter-store.tsx18 import { _internal_maybeHideAsync } from '../views/Splash';
/expo/docs/pages/guides/
H A Dprogressive-web-apps.mdx60 - Splash screens are resolved with: `web.splash | ios.splash | splash`.

12