From e0fc181bf2ed4e7ae3ebe3b2ee56bb4215aa3f3d Mon Sep 17 00:00:00 2001 From: Leedom <101384056+bornkiss@users.noreply.github.com> Date: Sat, 26 Apr 2025 15:09:28 +0800 Subject: [PATCH] chore: add bluesky link --- website/docusaurus.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index 9485ab705ef..874bf1e2744 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -430,6 +430,10 @@ const config: Config = { label: 'X', href: 'https://x.com/reactnative', }, + { + label: 'Bluesky', + href: 'https://bsky.app/profile/reactnative.dev', + }, { label: 'GitHub', href: 'https://github.com/facebook/react-native',