廓形仪rn版本-技术调研
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.7 KiB

  1. # Welcome to your Expo app 👋
  2. This is an [Expo](https://expo.dev) project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app).
  3. ## Get started
  4. 1. Install dependencies
  5. ```bash
  6. npm install
  7. ```
  8. 2. Start the app
  9. ```bash
  10. npx expo start
  11. ```
  12. In the output, you'll find options to open the app in a
  13. - [development build](https://docs.expo.dev/develop/development-builds/introduction/)
  14. - [Android emulator](https://docs.expo.dev/workflow/android-studio-emulator/)
  15. - [iOS simulator](https://docs.expo.dev/workflow/ios-simulator/)
  16. - [Expo Go](https://expo.dev/go), a limited sandbox for trying out app development with Expo
  17. You can start developing by editing the files inside the **app** directory. This project uses [file-based routing](https://docs.expo.dev/router/introduction).
  18. ## Get a fresh project
  19. When you're ready, run:
  20. ```bash
  21. npm run reset-project
  22. ```
  23. This command will move the starter code to the **app-example** directory and create a blank **app** directory where you can start developing.
  24. ## Learn more
  25. To learn more about developing your project with Expo, look at the following resources:
  26. - [Expo documentation](https://docs.expo.dev/): Learn fundamentals, or go into advanced topics with our [guides](https://docs.expo.dev/guides).
  27. - [Learn Expo tutorial](https://docs.expo.dev/tutorial/introduction/): Follow a step-by-step tutorial where you'll create a project that runs on Android, iOS, and the web.
  28. ## Join the community
  29. Join our community of developers creating universal apps.
  30. - [Expo on GitHub](https://github.com/expo/expo): View our open source platform and contribute.
  31. - [Discord community](https://chat.expo.dev): Chat with Expo users and ask questions.