Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
added react and react native to navigation (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
saminacodes authored Apr 15, 2024
1 parent 7f7eed4 commit 112b817
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/app/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,14 @@ const sdkLinks = [
name: "TypeScript",
href: "/typescript/v5",
},
{
name: "React",
href: "/typescript/v5/react",
},
{
name: "React Native",
href: "/react-native/v0",
},
{
name: "Unity",
href: "/unity",
Expand Down

0 comments on commit 112b817

Please sign in to comment.