Home
last modified time | relevance | path

Searched refs:shouldContinue (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-dev-launcher/android/src/main/java/expo/modules/devlauncher/helpers/
H A DDevLauncherUpdatesHelper.kt17 shouldContinue: (manifest: JSONObject) -> Boolean in <lambda>()
32 return if (shouldContinue(manifest)) { in <lambda>()
/expo/packages/expo-dev-launcher/android/src/test/java/expo/modules/devlauncher/helpers/
H A DDevLauncherUpdatesHelperTest.kt30 fun `passes true shouldContinue value through to UpdatesInterface`() = runBlocking<Unit> { in getManifest()
39 fun `passes false shouldContinue value through to UpdatesInterface`() = runBlocking<Unit> { in <lambda>()
/expo/packages/create-expo-module/src/
H A Dcreate-expo-module.ts376 const { shouldContinue } = await prompts( constant
389 if (!shouldContinue) {
/expo/packages/create-expo-module/build/
H A Dcreate-expo-module.js295 const { shouldContinue } = await (0, prompts_1.default)({
303 if (!shouldContinue) {
H A Dcreate-expo-module.js.map1shouldContinue } = await prompts(\n {\n type: 'confirm',\n name: 'shouldContinue',\n …
/expo/packages/expo-dev-launcher/android/src/testDebug/java/expo/modules/devlauncher/launcher/loaders/
H A DDevLauncherAppLoaderFactoryTest.kt136 shouldContinue = capture(slot) in mockUpdatesInterface()