Skip to content

React Native Expo 应用

← All use cases

难度:中等

适用场景:Developers who want to prototype or ship a React Native app with Expo before reaching for native IDE workflows. Expo Router projects where Codex should follow Expo conventions for routing, UI, package installs, builds, and deployment. Developers that need to migrate a web app to a mobile app.

启动提示

Use the Expo plugin to build a React Native app with Expo for this idea: [describe the app idea, target users, and the main workflow] Requirements:

  • Start with Expo Router and Expo-native project conventions.
  • Try npx expo start and Expo Go first before creating a custom build.
  • Use npx expo install for Expo packages so dependencies stay compatible.
  • Use native-feeling UI patterns for navigation, forms, lists, empty states, and loading states. Deliver:
  • the working app slice
  • ...

由 Codex 构建