From 20523f77ff75a624058c379608cde53e0e3fc196 Mon Sep 17 00:00:00 2001 From: Dave Mkpa-Eke Date: Fri, 26 Jun 2026 07:55:25 +0100 Subject: [PATCH] chore: update links to point to new repo --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- template/App.tsx | 2 +- template/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 60a17154..91134c6e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,7 +12,7 @@ body: make the framework better for everyone. Before you continue: - * Make sure your issue is related to the template and not the [React Native](https://github.com/facebook/react-native/issues) project. + * Make sure your issue is related to the template and not the [React Native](https://github.com/react/react-native/issues) project. * Please [search for similar issues](https://github.com/react-native-community/template/issues) in our issue tracker. Make sure that your issue: diff --git a/template/App.tsx b/template/App.tsx index 5e963b12..d14f9f9c 100644 --- a/template/App.tsx +++ b/template/App.tsx @@ -1,6 +1,6 @@ /** * Sample React Native App - * https://github.com/facebook/react-native + * https://github.com/react/react-native * * @format */ diff --git a/template/README.md b/template/README.md index 3e2c3f85..2ab92adb 100644 --- a/template/README.md +++ b/template/README.md @@ -94,4 +94,4 @@ To learn more about React Native, take a look at the following resources: - [Getting Started](https://reactnative.dev/docs/environment-setup) - an **overview** of React Native and how setup your environment. - [Learn the Basics](https://reactnative.dev/docs/getting-started) - a **guided tour** of the React Native **basics**. - [Blog](https://reactnative.dev/blog) - read the latest official React Native **Blog** posts. -- [`@facebook/react-native`](https://github.com/facebook/react-native) - the Open Source; GitHub **repository** for React Native. +- [`@react/react-native`](https://github.com/react/react-native) - the Open Source; GitHub **repository** for React Native.