We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7036182 commit afb7d24Copy full SHA for afb7d24
website/versioned_docs/version-0.78/turbo-native-modules.md
@@ -39,7 +39,7 @@ React Native provides a tool called [Codegen](/the-new-architecture/what-is-code
39
To create a specs file:
40
41
1. Inside the root folder of your app, create a new folder called `specs`.
42
-2. Create a new file called `NativeLocalStorage.ts`.
+2. Create a new file called `NativeLocalStorage.ts`. (File/Spec must include the prefix Native)
43
44
:::info
45
You can see all of the types you can use in your specification and the native types that are generated in the [Appendix](/appendix.md) documentation.
0 commit comments