We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a7ef6 commit ea1045dCopy full SHA for ea1045d
src/content/learn/start-a-new-react-project.md
@@ -58,7 +58,7 @@ Gatsby 由 [Netlify](https://www.netlify.com/) 维护。你可以 [部署一个
58
59
### Expo(用于原生应用) {/*expo*/}
60
61
-**[Expo](https://expo.dev/) 是一个 React 框架,可以让你创建具有真正原生 UI 的应用,包括 Android、iOS,以及 Web 应用。它为 [React Native](https://reactnative.dev/) 提供了 SDK,使原生部分更容易使用。要创建一个新的 Expo 项目,请运行:
+**[Expo](https://expo.dev/) 是一个 React 框架,可以让你创建具有真正原生 UI 的应用,包括 Android、iOS,以及 Web 应用**。它为 [React Native](https://reactnative.dev/) 提供了 SDK,使原生部分更容易使用。要创建一个新的 Expo 项目,请运行:
62
63
<TerminalBlock>
64
npx create-expo-app
0 commit comments