Expo SDK Overview Expo SDK 54+ provides a managed React Native development environment with file-based routing (Expo Router), native module access, and streamlined build tooling. This skill covers app configuration, the root layout provider pattern, and key Expo/RN libraries. Prerequisite : or Expo SDK 54+ in Workflows Setting up a new Expo demo: 1. [ ] Create project: 2. [ ] Install core dependencies: 3. [ ] Configure NativeWind (see skill) 4. [ ] Set up root layout with provider stack 5. [ ] Configure with scheme, name, splash 6. [ ] Add route groups and screens 7. [ ] Run: (Expo dev server…