react-native-navigation的迁移库

playground-app.mdx 780B

123456789101112131415161718
  1. ---
  2. id: playground-app
  3. title: Playground app
  4. sidebar_label: Playground app
  5. ---
  6. ### Running The Project
  7. If you want to have a quick look around and test things out, you can run the playground app, bundled with this repo.
  8. 1. Install dependencies via `npm install` (if you haven't already)
  9. 2. Run the playground project on Android and iOS
  10. - `npm run start` to get the packager running in the terminal, leave it open
  11. - **iOS**: open `./playground/ios` in Xcode and run it
  12. - **Android**: open `./playground/android` in Android Studio and run it
  13. 3. You can run tests if / when you need to (list of scripts [available here](contributing.mdx#scripts)). Before you start changing things, make sure everything works.
  14. - To easily run all tests in parallel `npm run test-all`