From bdf1605abd70623576b986d1700537e12488e551 Mon Sep 17 00:00:00 2001 From: G Date: Sat, 25 May 2024 12:02:59 +0000 Subject: [PATCH] dev client will attempt to launch most recent app or fallback to menu --- app.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app.json b/app.json index fb9314a..4efb9f5 100644 --- a/app.json +++ b/app.json @@ -35,6 +35,12 @@ { "faceIDPermission": "Allow B-Easy to use Face ID." } + ], + [ + "expo-dev-launcher", + { + "launchMode": "most-recent" + } ] ] } -- libgit2 0.27.1