File tree 1 file changed +3
-3
lines changed
website/docs/react-native/learn/getting-started
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ title: プロジェクトの作成
21
21
:::
22
22
23
23
``` bash
24
- npx react-native init --npm --template https://github.com/ws-4020/rn-spoiler#{@inject: rnSpoilerTag} < YourAppName>
24
+ npx react-native@0.75.4 init --npm --template https://github.com/ws-4020/rn-spoiler#{@inject: rnSpoilerTag} < YourAppName>
25
25
```
26
26
27
27
RN Spoilerは、Expoの[ テンプレート] ( https://github.com/expo/expo/tree/master/templates ) をベースにしているので、このあとの[ アプリの実行] ( ./launch-created-app.mdx ) で紹介しているExpo Goで動作します。
@@ -30,13 +30,13 @@ RN Spoilerは、Expoの[テンプレート](https://github.com/expo/expo/tree/ma
30
30
[ npm] ( https://www.npmjs.com/ ) ではなく[ Yarn] ( https://yarnpkg.com/ ) を利用したい場合は、` --npm ` というオプションを削除してください。Yarnがインストールされている場合は、Yarnを利用してパッケージがインストールされます。
31
31
32
32
``` bash
33
- npx react-native init --template https://github.com/ws-4020/rn-spoiler#{@inject: rnSpoilerTag} < YourAppName>
33
+ npx react-native@0.75.4 init --template https://github.com/ws-4020/rn-spoiler#{@inject: rnSpoilerTag} < YourAppName>
34
34
```
35
35
36
36
:::
37
37
38
38
::: info
39
- 初めて` npx react-native init ... ` を実行すると、次のように不足しているパッケージをインストールするかと聞かれます。` react-native ` をインストールしようとしていれば問題ないので、エンターキーを押して実行してください。
39
+ 初めて` npx react-native@0.75.4 init ... ` を実行すると、次のように不足しているパッケージをインストールするかと聞かれます。` react-native ` をインストールしようとしていれば問題ないので、エンターキーを押して実行してください。
40
40
41
41
``` console
42
42
Need to install the following packages:
You can’t perform that action at this time.
0 commit comments