Skip to content

Commit 172e98e

Browse files
docs: Add missing VS Code screenshot in Create a library (facebook#4313)
1 parent 7ed89a1 commit 172e98e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/the-new-architecture/create-module-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ npx create-react-native-library@latest <Name of Your Library>
3838

3939
Once the interactive prompt is done, the tool creates a folder whose structure looks like this in Visual Studio Code:
4040

41-
![C++VisualStudio](/docs/assets/c++visualstudio code)
41+
<img class="half-size" alt="Folder structure after initializing a new library." src="/docs/assets/turbo-native-modules/c++visualstudiocode.webp" />
4242

4343
Feel free to explore the code that has been created for you. However, the most important parts:
4444

44.1 KB
Loading

website/versioned_docs/version-0.76/the-new-architecture/create-module-library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ npx create-react-native-library@latest <Name of Your Library>
3838

3939
Once the interactive prompt is done, the tool creates a folder whose structure looks like this in Visual Studio Code:
4040

41-
![C++VisualStudio](/docs/assets/c++visualstudio code)
41+
<img class="half-size" alt="Folder structure after initializing a new library." src="/docs/assets/turbo-native-modules/c++visualstudiocode.webp" />
4242

4343
Feel free to explore the code that has been created for you. However, the most important parts:
4444

0 commit comments

Comments
 (0)