Skip to content

Commit afb7d24

Browse files
authored
Update turbo-native-modules.md
1 parent 7036182 commit afb7d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/versioned_docs/version-0.78/turbo-native-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ React Native provides a tool called [Codegen](/the-new-architecture/what-is-code
3939
To create a specs file:
4040

4141
1. Inside the root folder of your app, create a new folder called `specs`.
42-
2. Create a new file called `NativeLocalStorage.ts`.
42+
2. Create a new file called `NativeLocalStorage.ts`. (File/Spec must include the prefix Native)
4343

4444
:::info
4545
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

Comments
 (0)