Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.80/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Call the following from the place where you want your project directory to live:
<!-- See https://www.npmjs.com/package/react-native?activeTab=versions for the RN version tags. -->

```bat
npx --yes @react-native-community/cli@latest init <projectName> --version "^0.80.0"
npx --yes @react-native-community/cli@latest init <projectName> --version 0.80.0
```

### Navigate into this newly created directory
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.81/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Call the following from the place where you want your project directory to live:
<!-- See https://www.npmjs.com/package/react-native?activeTab=versions for the RN version tags. -->

```bat
npx --yes @react-native-community/cli@latest init <projectName> --version "^0.81.0"
npx --yes @react-native-community/cli@latest init <projectName> --version 0.81.0
```

### Navigate into this newly created directory
Expand Down
Loading