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