Skip to content

Commit 6ba25f0

Browse files
authored
[RN][NativeModules] Refactor the advanced topic section (facebook#4557)
1 parent 6a63e4e commit 6ba25f0

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Advanced Topics on Native Modules Development
2+
3+
This document contains a set of advanced topics to implement more complex functionalities of Native Modules. It is recommended to first read the [Codegen](/the-new-architecture/what-is-codegen) section and the guides on [Native Modules](/turbo-native-modules-introduction).
4+
5+
This guide will cover the following topics:
6+
7+
- [Add custom C++ types to your C++ modules](/docs/the-new-architecture/custom-cxx-types)
8+
<!-- * [Use Swift in your Module](/docs/the-new-architecture/turbo-modules-with-swift) -->
9+
<!-- * [Emit custom events from your Native Modules](/docs/the-new-architecture/custom-events) -->
10+
<!-- * [Invalidating Native Modules](/docs/the-new-architecture/invalidating-native-modules) -->
11+
<!-- * [Registering your custom JSI functions with Native Modules](/docs/the-new-architecture/custom-jsi-functions) -->

website/sidebars.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ export default {
107107
},
108108
{
109109
type: 'doc',
110-
id: 'the-new-architecture/custom-cxx-types',
111-
label: 'Advanced: Custom C++ Types',
110+
id: 'the-new-architecture/advanced-topics-modules',
111+
label: 'Advanced Topics',
112112
},
113113
],
114114
},

0 commit comments

Comments
 (0)