Skip to content

Commit e5bf410

Browse files
authored
Merge pull request #3354 from onzfonz/broken_links_expo
fix: broken expo links in 10a
2 parents 2072157 + 75c0ccb commit e5bf410

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/content/10/en/part10a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ For the development of our application, we will be using [Expo](https://docs.exp
5151
npx create-expo-app rate-repository-app --template expo-template-blank@sdk-46
5252
```
5353

54-
Note, that the <em>@sdk-46</em> sets the project's <i>Expo SDK version to 46</i>, which supports <i>React Native version 0.69</i>. Using other Expo SDK versions might cause you trouble while following this material. Also, Expo has a [few limitations](https://docs.expo.io/introduction/why-not-expo/) when compared to plain React Native CLI. However, these limitations do not affect the application implemented in the material.
54+
Note, that the <em>@sdk-46</em> sets the project's <i>Expo SDK version to 46</i>, which supports <i>React Native version 0.69</i>. Using other Expo SDK versions might cause you trouble while following this material. Also, Expo has a [few limitations](https://docs.expo.dev/faq/#limitations) when compared to plain React Native CLI. However, these limitations do not affect the application implemented in the material.
5555

5656
Next, let's navigate to the created <i>rate-repository-app</i> directory with the terminal and install a few dependencies we'll be needing soon:
5757

src/content/10/es/part10a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ A continuación, podemos inicializar nuestro proyecto en un directorio <i>rate-r
5959
expo init rate-repository-app --template expo-template-blank@sdk-38
6060
```
6161

62-
Tenga en cuenta que <em>@sdk-38</em> establece la versión <i>Expo SDK del proyecto en 38</i>, que admite <i>React Native versión 0.62</i>. El uso de otra versión de Expo SDK puede causarle problemas al seguir este material. Además, Expo tiene pocas limitaciones en comparación con React Native CLI, más sobre ellas [aquí](https://docs.expo.io/introduction/why-not-expo/). Sin embargo, estas limitaciones no tienen ningún efecto sobre la aplicación implementada en el material.
62+
Tenga en cuenta que <em>@sdk-38</em> establece la versión <i>Expo SDK del proyecto en 38</i>, que admite <i>React Native versión 0.62</i>. El uso de otra versión de Expo SDK puede causarle problemas al seguir este material. Además, Expo tiene pocas limitaciones en comparación con React Native CLI, más sobre ellas [aquí](https://docs.expo.dev/faq/#limitations). Sin embargo, estas limitaciones no tienen ningún efecto sobre la aplicación implementada en el material.
6363

6464
Ahora que nuestra aplicación se ha inicializado, abra el directorio <i>rate-repository-app</i> creado con un editor como [Visual Studio Code](https://code.visualstudio.com/). La estructura debería ser más o menos la siguiente:
6565

src/content/10/zh/part10a.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ npm install --global expo-cli
7676
expo init rate-repository-app --template expo-template-blank@sdk-44 --npm
7777
```
7878

79-
<!-- Note, that the <em>@sdk-44</em> sets the project's <i>Expo SDK version to 44</i>, which supports <i>React Native version 0.64</i>. Using other Expo SDK version might cause you trouble while following this material. Also, Expo has few limitations when compared to plain React Native CLI, more on them [here](https://docs.expo.io/introduction/why-not-expo/). However, these limitations have no effect on the application implemented in the material.-->
80-
注意,<em>@sdk-44</em>设置项目的<i>Expo SDK版本为44</i>,它支持<i>React Native版本0.64</i>。使用其他Expo SDK版本可能会给你带来麻烦,因为你要遵循本材料。另外,与普通的React Native CLI相比,Expo有一些限制,更多关于这些限制[这里](https://docs.expo.io/introduction/why-not-expo/)。然而,这些限制对材料中实现的应用没有影响。
79+
<!-- Note, that the <em>@sdk-44</em> sets the project's <i>Expo SDK version to 44</i>, which supports <i>React Native version 0.64</i>. Using other Expo SDK version might cause you trouble while following this material. Also, Expo has few limitations when compared to plain React Native CLI, more on them [here](https://docs.expo.dev/faq/#limitations). However, these limitations have no effect on the application implemented in the material.-->
80+
注意,<em>@sdk-44</em>设置项目的<i>Expo SDK版本为44</i>,它支持<i>React Native版本0.64</i>。使用其他Expo SDK版本可能会给你带来麻烦,因为你要遵循本材料。另外,与普通的React Native CLI相比,Expo有一些限制,更多关于这些限制[这里](https://docs.expo.dev/faq/#limitations)。然而,这些限制对材料中实现的应用没有影响。
8181

8282
<!-- Now that our application has been initialized, open the created <i>rate-repository-app</i> directory with an editor such as [Visual Studio Code](https://code.visualstudio.com/). The structure should be more or less the following:-->
8383
现在我们的应用已经被初始化了,用一个编辑器如[Visual Studio Code](https://code.visualstudio.com/)打开创建的<i>rate-repository-app</i>目录。其结构应该大致如下。

0 commit comments

Comments
 (0)