From 9e9589467b354c2cb879923c4e6224188f69b95f Mon Sep 17 00:00:00 2001 From: Arkadii Ivanov Date: Sat, 30 Mar 2024 22:35:41 +0000 Subject: [PATCH] Update quick-start.md --- docs/getting-started/quick-start.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/getting-started/quick-start.md b/docs/getting-started/quick-start.md index 51a04c396..de48f0c81 100644 --- a/docs/getting-started/quick-start.md +++ b/docs/getting-started/quick-start.md @@ -469,6 +469,10 @@ fun main() { ### IOS with SwiftUI (with the experimental ApplicationLifecycle) +!!!warning + + Use this approach only if your root component lives in the app scope (e.g. have only one UIViewController holding the root component). + 1. Declare a simple `AppDelegate` containing the `RootComponent`. ```swift