Skip to content

Commit

Permalink
Merge pull request #163 from kajihata/fix-link
Browse files Browse the repository at this point in the history
Fix broken link
  • Loading branch information
cortinico committed Mar 19, 2024
2 parents e0b09bf + 89cee6e commit db13a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/turbo-modules-xplat.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This guide shows you how to implement a Turbo Native Module using C++ only, a way to share the same implementation with any supported platform (Android, iOS, macOS or Windows).

Before continuing with this guide, please read the [Turbo Native Modules](./turbo-modules.md.md) section. As a further reference, we prepared an example for the RNTester app ([NativeCxxModuleExample](https://github.com/facebook/react-native/tree/main/packages/rn-tester/NativeCxxModuleExample)) and a sample run in our community repository ([run/pure-cxx-module](https://github.com/react-native-community/RNNewArchitectureApp/tree/run/pure-cxx-module)).
Before continuing with this guide, please read the [Turbo Native Modules](./turbo-modules.md) section. As a further reference, we prepared an example for the RNTester app ([NativeCxxModuleExample](https://github.com/facebook/react-native/tree/main/packages/rn-tester/NativeCxxModuleExample)) and a sample run in our community repository ([run/pure-cxx-module](https://github.com/react-native-community/RNNewArchitectureApp/tree/run/pure-cxx-module)).

## How to Create a C++ Turbo Native Module

Expand Down

0 comments on commit db13a53

Please sign in to comment.