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 docs/the-new-architecture/pure-cxx-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In this guide, we will go through the creation of a pure C++ Turbo Native Module
The rest of this guide assume that you have created your application running the command:

```shell
npx @react-native-community/cli@latest init SampleApp --version 0.79.0
npx @react-native-community/cli@latest init SampleApp --version 0.80.0
```

## 1. Create the JS specs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In this guide, we will go through the creation of a pure C++ Turbo Native Module
The rest of this guide assume that you have created your application running the command:

```shell
npx @react-native-community/cli@latest init SampleApp --version 0.76.0
npx @react-native-community/cli@latest init SampleApp --version 0.77.0
```

## 1. Create the JS specs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In this guide, we will go through the creation of a pure C++ Turbo Native Module
The rest of this guide assume that you have created your application running the command:

```shell
npx @react-native-community/cli@latest init SampleApp --version 0.76.0
npx @react-native-community/cli@latest init SampleApp --version 0.78.0
```

## 1. Create the JS specs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In this guide, we will go through the creation of a pure C++ Turbo Native Module
The rest of this guide assume that you have created your application running the command:

```shell
npx @react-native-community/cli@latest init SampleApp --version 0.76.0
npx @react-native-community/cli@latest init SampleApp --version 0.80.0
```

## 1. Create the JS specs
Expand Down