BEGINNER • Mobile Foundations
UI Checkpoint #3
This lesson focuses on enhance UX flow for a social feed app. Commands: npm run ios | adb logcat | npx create-expo-app.
Code Example
// SwiftUI
struct ContentView: View {
var body: some View {
VStack {
Text("social feed")
Text("enhance UX flow")
}
}
}Commands & References
- npm run ios
- adb logcat
- npx create-expo-app
Lab Steps
- Run npm run ios
- Implement feature
- Test on device
- Document findings
Exercises
- Add one validation
- Improve one UX flow
- Write one test