From bd692a420886cc484dd472bce4de3ab86332ba29 Mon Sep 17 00:00:00 2001 From: Barbara Trojecka Date: Tue, 14 Nov 2023 14:45:08 +0100 Subject: [PATCH] Update liveview-native-workshop.md --- _trainings/liveview-native-workshop.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/_trainings/liveview-native-workshop.md b/_trainings/liveview-native-workshop.md index ebeabb4..910c10a 100644 --- a/_trainings/liveview-native-workshop.md +++ b/_trainings/liveview-native-workshop.md @@ -11,7 +11,14 @@ summary: Learn to build your first LiveView Native App. published: true --- -Learn to build your first LiveView Native App. +Build a LiveView Native application! Combine interactive Livebook code notebooks with LiveView Native for a seamless learning experience. Expand your Phoenix LiveView applications beyond the web and learn how to build native applications with Elixir. + +**OBJECTIVES:** +* Connect an iOS SwiftUI application with Phoenix LiveViews. +* Build and style native UIs with stateful event-driven interactions. **PREREQUISITES:** -M1 or M2 Macbook with MacOS 14 (Sonoma) +* M1 or M2 Macbook with MacOS 14 (Sonoma) +* Xcode 15 or higher +* Livebook +* Some knowledge of Phoenix LiveView is recommended, but not required.