Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Expo Tools keep you productive with debugging, IntelliSense, and prebuild previews

License

NotificationsYou must be signed in to change notification settings

expo/vscode-expo

Repository files navigation

Expo Tools
Expo Tools

Latest releaseWorkflow statusInstall from VS Code MarketplaceInstall from Open VSX

IntelliSense  — Debug apps  — Preview prebuild  — Preview manifest  — Changelog  — Contribute


Expo Tools adds suggestions and docs for all Expo config. It also shows live previews for native files from prebuild, right in your editor!


IntelliSense for Expo configs

Expo config IntelliSense example

Get suggestions and docs where you need them the most.




Debug Expo apps

Debug your app, without leaving your editor. The built-inexpo debugger can connect directly to your simulator or phone, giving you complete insights into what your app is doing.

  • Expo: Debug ... → Start debugging with the default settings, with just a single command.
  • .vscode/launch.json → Fully configure theexpo debugger throughVS Code launch scripts.

Live preview for native files

See how your changes inapp.json orapp.config.js would affect the native files created bynpx expo prebuild. The previews are generated whenever you save the app manifest and won't affect existing files.

Openapp.json orapp.config.js and run theExpo: Preview Modifier command.

Supported Android files

  • AndroidManifest.xml → App manifest with settings for build tools, Android, and Google Play.
  • gradle.properties → Configuration for the Grdle build toolkit itself.
  • colors.xml → Color resources defining the color and opacity.
  • strings.xml → String resources defining string content, styling, and formatting.
  • styles.xml → Style resources defining the format and look for a UI element.

Supported iOS files


Live preview for manifest

Preview the generated manifests for your app. You can do this for the different config types listed below.

Openapp.json orapp.config.js and run theExpo: Preview Config command.

  • prebuild - The local app manifest when runningnpx expo prebuild.
  • introspect - The evaluated app manifest result when runningnpx expo prebuild.
  • public - The hosted manifest when using Expo Updates.

with ❤️  byCedric

[8]ページ先頭

©2009-2025 Movatter.jp