Home
last modified time | relevance | path

Searched defs:launchActivity (Results 1 – 2 of 2) sorted by relevance

/expo/packages/@expo/cli/src/run/android/
H A DresolveLaunchProps.ts9 launchActivity: string; property
33 const launchActivity = `${packageName}/${mainActivity}`; constant
/expo/packages/@expo/cli/src/start/platforms/android/
H A DAndroidPlatformManager.ts9 launchActivity?: string; property