Skip to content

Commit

Permalink
Update quick-start.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arkivanov authored Mar 30, 2024
1 parent 64b7ad7 commit 9e95894
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/getting-started/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e95894

Please sign in to comment.